| 1 |
<?php |
<?php |
| 2 |
// $Id: actions.module,v 1.40 2008/08/03 03:41:44 jvandyk Exp $ |
// $Id: actions.module,v 1.41 2008/08/03 03:45:37 jvandyk Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 909 |
$aids = _actions_get_hook_aids('cron'); |
$aids = _actions_get_hook_aids('cron'); |
| 910 |
$context = array( |
$context = array( |
| 911 |
'hook' => 'cron', |
'hook' => 'cron', |
| 912 |
'op' => '', |
'op' => 'run', |
| 913 |
); |
); |
| 914 |
// Cron does not act on any specific object. |
// Cron does not act on any specific object. |
| 915 |
$object = NULL; |
$object = NULL; |