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

Diff of /contributions/modules/adminrole/adminrole.module

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

revision 1.2.2.8.2.4, Wed Jan 7 20:16:52 2009 UTC revision 1.2.2.8.2.5, Wed Jan 7 21:02:08 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: adminrole.module,v 1.2.2.8.2.3 2008/08/27 07:18:17 jacobsingh Exp $  // $Id: adminrole.module,v 1.2.2.8.2.4 2009/01/07 20:16:52 bevan Exp $
3    
4  /** @file  /** @file
5   * adminrole:   * adminrole:
# Line 33  function adminrole_menu() { Line 33  function adminrole_menu() {
33    );    );
34    
35    $items['admin/adminrole/update'] = array(    $items['admin/adminrole/update'] = array(
36      'title' => t('Update AdminRole'),      'title' => t('Update Admin Role'),
37      'page callback' => 'adminrole_update_perms',      'page callback' => 'adminrole_update_perms',
38      'access arguments' => array('administer site configuration'),      'access arguments' => array('administer site configuration'),
39      'type' => MENU_CALLBACK      'type' => MENU_CALLBACK

Legend:
Removed from v.1.2.2.8.2.4  
changed lines
  Added in v.1.2.2.8.2.5

  ViewVC Help
Powered by ViewVC 1.1.2