| 1 |
<?php |
<?php |
| 2 |
// $Id: rules_scheduler.rules.inc,v 1.1.2.5 2009/07/13 13:34:27 fago Exp $ |
// $Id: rules_scheduler.rules.inc,v 1.1.2.6 2009/08/28 20:03:00 fago Exp $ |
| 3 |
|
|
| 4 |
|
|
| 5 |
/** |
/** |
| 30 |
$identifier_arg = array('task_identifier' => array( |
$identifier_arg = array('task_identifier' => array( |
| 31 |
'type' => 'string', |
'type' => 'string', |
| 32 |
'label' => t('Identifier'), |
'label' => t('Identifier'), |
| 33 |
'description' => t('User provided string to identify the task. Existing tasks for this rule set with the same identifier will be replaced'), |
'description' => t('User provided string to identify the task. Existing tasks for this rule set with the same identifier will be replaced.'), |
| 34 |
)); |
)); |
| 35 |
$item['arguments'] = array_merge($identifier_arg, $item['arguments']); |
$item['arguments'] = array_merge($identifier_arg, $item['arguments']); |
| 36 |
} |
} |