| 1 |
<?php |
<?php |
| 2 |
// $Id: mailhandler.module,v 1.87.2.10 2008/07/06 20:07:09 weitzman Exp $ |
// $Id: mailhandler.module,v 1.87.2.11 2008/07/07 01:03:16 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 |
$_SESSION['messages']['error'] = $saved_errors; |
if (is_array($saved_errors) && count($saved_errors)) |
| 183 |
|
$_SESSION['messages']['error'] = $saved_errors; |
| 184 |
|
else |
| 185 |
|
unset($_SESSION['messages']['error']); |
| 186 |
|
|
| 187 |
if (!$error) { |
if (!$error) { |
| 188 |
// Prepare the node for save and allow modules make changes |
// Prepare the node for save and allow modules make changes |
| 189 |
$node = node_submit($node); |
$node = node_submit($node); |