| 1 |
<?php |
<?php |
| 2 |
// $Id: workflow_ng_system.inc,v 1.1.2.7.2.6 2008/07/11 08:19:46 fago Exp $ |
// $Id: workflow_ng_system.inc,v 1.1.2.7.2.7 2008/07/29 13:32:21 fago Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file Workflow-ng integration for the system module |
* @file Workflow-ng integration for the system module |
| 31 |
'cron' => array( |
'cron' => array( |
| 32 |
'#label' => t('Cron maintenance tasks are performed'), |
'#label' => t('Cron maintenance tasks are performed'), |
| 33 |
'#module' => 'System', |
'#module' => 'System', |
| 34 |
'#arguments' => array(), |
'#arguments' => workflow_ng_events_global_user_argument(), |
| 35 |
), |
), |
| 36 |
); |
); |
| 37 |
} |
} |