/[drupal]/contributions/modules/workflow/workflow_access.module
ViewVC logotype

Diff of /contributions/modules/workflow/workflow_access.module

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

revision 1.2, Wed Apr 2 16:44:07 2008 UTC revision 1.3, Fri Aug 1 02:29:46 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: workflow_access.module,v 1.1.2.1 2007/04/26 16:02:17 mfredrickson Exp $  // $Id: workflow_access.module,v 1.2 2008/04/02 16:44:07 jvandyk Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 86  function workflow_access_node_access_rec Line 86  function workflow_access_node_access_rec
86   * Add a "three dimensional" (state, role, permission type) configuration   * Add a "three dimensional" (state, role, permission type) configuration
87   * interface to the workflow edit form.   * interface to the workflow edit form.
88   */   */
89  function workflow_access_form_alter($form_id, &$form) {  function workflow_access_form_alter(&$form, $form_state, $form_id) {
90    // We only work with the workflow edit form.    // We only work with the workflow edit form.
91    if ($form_id != 'workflow_edit_form') {    if ($form_id != 'workflow_edit_form') {
92      return;      return;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2