function mailhandler_mailhandler_batch_results in Mailhandler 6
Same name and namespace in other branches
- 7 mailhandler.module \mailhandler_mailhandler_batch_results()
Implementation of hook_mailhandler_batch_results()
See mailhandler_process_mailbox()
File
- ./
mailhandler.module, line 727 - Mailhandler module code.
Code
function mailhandler_mailhandler_batch_results($results) {
mailhandler_node_process_mailbox(FALSE, FALSE, FALSE, $results);
// Give the results back for any other modules to use
return $results;
}