/[drupal]/contributions/modules/workflow_ng/workflow_ng/workflow_ng.module
ViewVC logotype

Diff of /contributions/modules/workflow_ng/workflow_ng/workflow_ng.module

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

revision 1.1.2.15.2.9, Thu Feb 19 10:15:01 2009 UTC revision 1.1.2.15.2.10, Thu Feb 19 11:17:43 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: workflow_ng.module,v 1.1.2.15.2.8 2008/07/29 10:48:41 fago Exp $  // $Id: workflow_ng.module,v 1.1.2.15.2.9 2009/02/19 10:15:01 fago Exp $
3    
4  /**  /**
5   * Defines if an execution log should be displayed.   * Defines if an execution log should be displayed.
# Line 1069  function workflow_ng_module_include_all( Line 1069  function workflow_ng_module_include_all(
1069      }      }
1070    }    }
1071  }  }
1072    
1073    /**
1074     * Implementation of hook_devel_caches().
1075     */
1076    function workflow_ng_devel_caches() {
1077      return array('cache_workflow_ng');
1078    }

Legend:
Removed from v.1.1.2.15.2.9  
changed lines
  Added in v.1.1.2.15.2.10

  ViewVC Help
Powered by ViewVC 1.1.2