| 1 |
<?php |
<?php |
| 2 |
// $Id: mailhandler.module,v 1.94 2007/10/23 02:08:28 weitzman Exp $ |
// $Id: mailhandler.module,v 1.96 2008/05/02 12:58:16 weitzman Exp $ |
| 3 |
|
|
| 4 |
|
|
| 5 |
/** |
/** |
| 8 |
function mailhandler_cron() { |
function mailhandler_cron() { |
| 9 |
|
|
| 10 |
// Include mailhandler retrieval functions |
// Include mailhandler retrieval functions |
| 11 |
module_load_include('inc', 'mailhandler', 'retrieve'); |
module_load_include('inc', 'mailhandler', 'mailhandler.retrieve'); |
| 12 |
|
|
| 13 |
// Retrieve messages |
// Retrieve messages |
| 14 |
$result = db_query('SELECT * FROM {mailhandler} WHERE enabled = 1 ORDER BY mail'); |
$result = db_query('SELECT * FROM {mailhandler} WHERE enabled = 1 ORDER BY mail'); |