| 1 |
<?php |
<?php |
| 2 |
// $Id: actions.module,v 1.42 2008/09/08 17:58:46 jvandyk Exp $ |
// $Id: actions.module,v 1.43 2008/09/20 22:21:15 jvandyk Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 906 |
* Implementation of hook_cron(). |
* Implementation of hook_cron(). |
| 907 |
*/ |
*/ |
| 908 |
function actions_cron() { |
function actions_cron() { |
| 909 |
$aids = _actions_get_hook_aids('cron'); |
$aids = _actions_get_hook_aids('cron', 'run'); |
| 910 |
$context = array( |
$context = array( |
| 911 |
'hook' => 'cron', |
'hook' => 'cron', |
| 912 |
'op' => 'run', |
'op' => 'run', |