/[drupal]/contributions/modules/rules/rules_scheduler/rules_scheduler.rules.inc
ViewVC logotype

Diff of /contributions/modules/rules/rules_scheduler/rules_scheduler.rules.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.6, Fri Aug 28 20:03:00 2009 UTC revision 1.1.2.7, Sun Sep 6 16:24:13 2009 UTC
# Line 1  Line 1 
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  /**  /**
# Line 30  function rules_scheduler_rules_action_in Line 30  function rules_scheduler_rules_action_in
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    }    }

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

  ViewVC Help
Powered by ViewVC 1.1.2