/[drupal]/contributions/modules/workflow/includes/workflow.views.inc
ViewVC logotype

Diff of /contributions/modules/workflow/includes/workflow.views.inc

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

revision 1.1, Thu Sep 18 02:49:25 2008 UTC revision 1.1.2.1, Fri Jun 5 21:37:23 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: workflow.views.inc,v 1.3 2008/08/07 21:28:24 jvandyk Exp $  // $Id: workflow.views.inc,v 1.1 2008/09/18 02:49:25 jvandyk Exp $
3  /**  /**
4   * @file   * @file
5   * Provide views data and handler information for workflow.module.   * Provide views data and handler information for workflow.module.
# Line 32  function workflow_views_data() { Line 32  function workflow_views_data() {
32      'title' => t('State weight'), // Appears in views UI.      'title' => t('State weight'), // Appears in views UI.
33      'help' => t('The weight of the current workflow state that the node is in.'),      'help' => t('The weight of the current workflow state that the node is in.'),
34      'sort' => array(      'sort' => array(
35        'handler' => 'views_handler_sort_numeric',        'handler' => 'views_handler_sort',
36      ),      ),
37    );    );
38    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2