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

Diff of /contributions/modules/acl/acl.module

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

revision 1.18, Tue Jan 27 01:17:33 2009 UTC revision 1.19, Fri Feb 20 21:46:00 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: acl.module,v 1.17 2009/01/25 16:52:15 salvis Exp $  // $Id: acl.module,v 1.18 2009/01/27 01:17:33 salvis Exp $
3    
4  /**  /**
5   * @file acl.module   * @file acl.module
# Line 132  function acl_node_access_records($node) Line 132  function acl_node_access_records($node)
132            'grant_view' => 0,            'grant_view' => 0,
133            'grant_update' => 0,            'grant_update' => 0,
134            'grant_delete' => 0,            'grant_delete' => 0,
135            'priority' => 0,            'priority' => $grant['priority'],
136          );          );
137        }        }
138      }      }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.2