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

Diff of /contributions/modules/path_access/path_access.module

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

revision 1.10.2.6, Mon Aug 27 14:38:39 2007 UTC revision 1.10.2.7, Fri Aug 15 22:52:52 2008 UTC
# Line 25  function _path_access_stringquote(&$item Line 25  function _path_access_stringquote(&$item
25  function path_access_init() {  function path_access_init() {
26    global $user;    global $user;
27    
28    drupal_bootstrap(DRUPAL_BOOTSTRAP_PATH);    _drupal_bootstrap(DRUPAL_BOOTSTRAP_PATH);
29    
30    // User #1 has all privileges:    // User #1 has all privileges:
31    if ($user->uid == 1) {    if ($user->uid == 1) {

Legend:
Removed from v.1.10.2.6  
changed lines
  Added in v.1.10.2.7

  ViewVC Help
Powered by ViewVC 1.1.2