/[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.5, Mon Aug 27 13:58:28 2007 UTC revision 1.10.2.6, Mon Aug 27 14:38:39 2007 UTC
# Line 56  function path_access_init() { Line 56  function path_access_init() {
56      $page_match = FALSE;      $page_match = FALSE;
57    }    }
58    
   
59    // Check that the current page is not a protected page before blocking user    // Check that the current page is not a protected page before blocking user
60    if ($page_match && !path_access_protected_pages($path)) {    if ($page_match && !path_access_protected_pages($path)) {
61      // Initialize locale      // Initialize locale

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

  ViewVC Help
Powered by ViewVC 1.1.2