| 1 |
<?php |
<?php |
| 2 |
// $Id: mailhandler.module,v 1.87.2.11 2008/07/07 01:03:16 weitzman Exp $ |
// $Id: mailhandler.module,v 1.87.2.12 2008/07/15 14:21:21 weitzman Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Retrieve all msgs from a given mailbox and process them. |
* Retrieve all msgs from a given mailbox and process them. |
| 179 |
} |
} |
| 180 |
} |
} |
| 181 |
} |
} |
| 182 |
if (is_array($saved_errors) && count($saved_errors)) |
if (is_array($saved_errors) && count($saved_errors)) { |
| 183 |
$_SESSION['messages']['error'] = $saved_errors; |
$_SESSION['messages']['error'] = $saved_errors; |
| 184 |
else |
} |
| 185 |
|
else { |
| 186 |
unset($_SESSION['messages']['error']); |
unset($_SESSION['messages']['error']); |
| 187 |
|
} |
| 188 |
|
|
| 189 |
if (!$error) { |
if (!$error) { |
| 190 |
// Prepare the node for save and allow modules make changes |
// Prepare the node for save and allow modules make changes |