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

Diff of /contributions/modules/comment_alter_taxonomy/comment_alter_taxonomy.module

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

revision 1.11.2.1, Mon Jan 5 02:19:08 2009 UTC revision 1.11.2.2, Mon Jan 5 21:04:22 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: comment_alter_taxonomy.module,v 1.11 2009/01/04 22:02:31 damz Exp $  // $Id: comment_alter_taxonomy.module,v 1.11.2.1 2009/01/05 02:19:08 damz Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 48  function comment_alter_taxonomy_menu($ma Line 48  function comment_alter_taxonomy_menu($ma
48      }      }
49    }    }
50    else {    else {
51      if (module_exists('project_issue') && preg_match('@project/issues/([0-9]+)/term@', $_GET['q'], $matches)) {      if (module_exists('project_issue') && preg_match('@^project/issues/([0-9]+)/term@', $_GET['q'], $matches)) {
52        list(, $nid) = $matches;        list(, $nid) = $matches;
53    
54        $access_all = user_access('access project issues');        $access_all = user_access('access project issues');

Legend:
Removed from v.1.11.2.1  
changed lines
  Added in v.1.11.2.2

  ViewVC Help
Powered by ViewVC 1.1.2