/[drupal]/contributions/modules/workflow_ng/workflow_ng/modules/workflow_ng_system.inc
ViewVC logotype

Diff of /contributions/modules/workflow_ng/workflow_ng/modules/workflow_ng_system.inc

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

revision 1.1.2.7.2.7, Tue Jul 29 13:32:21 2008 UTC revision 1.1.2.7.2.8, Thu Feb 19 11:04:09 2009 UTC
# Line 1  Line 1 
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
# Line 31  function system_event_info() { Line 31  function system_event_info() {
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  }  }

Legend:
Removed from v.1.1.2.7.2.7  
changed lines
  Added in v.1.1.2.7.2.8

  ViewVC Help
Powered by ViewVC 1.1.2