/[drupal]/contributions/modules/nodeprofile/nodeprofile_workflow_ng.inc
ViewVC logotype

Diff of /contributions/modules/nodeprofile/nodeprofile_workflow_ng.inc

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

revision 1.1.2.4, Sun Mar 2 10:34:32 2008 UTC revision 1.1.2.5, Sun Mar 2 15:53:00 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nodeprofile_workflow_ng.inc,v 1.1.2.3 2008/02/27 17:19:48 fago Exp $  // $Id: nodeprofile_workflow_ng.inc,v 1.1.2.4 2008/03/02 10:34:32 fago Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 16  function nodeprofile_condition_info() { Line 16  function nodeprofile_condition_info() {
16        '#arguments' => array(        '#arguments' => array(
17          'user' => array('#entity' => 'user', '#label' => t('User')),          'user' => array('#entity' => 'user', '#label' => t('User')),
18        ),        ),
19        '#module' => t('Node Profile'),        '#module' => 'Node Profile',
20      ),      ),
21    );    );
22  }  }
# Line 55  function nodeprofile_action_info() { Line 55  function nodeprofile_action_info() {
55        '#new arguments' => array(        '#new arguments' => array(
56          'node_loaded' => array('#entity' => 'node', '#label' => t('Loaded node profile')),          'node_loaded' => array('#entity' => 'node', '#label' => t('Loaded node profile')),
57        ),        ),
58        '#module' => t('Node Profile'),        '#module' => 'Node Profile',
59      ),      ),
60    );    );
61  }  }

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.2