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

Diff of /contributions/modules/tac_lite/tac_lite.module

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

revision 1.9.2.6, Tue Dec 9 21:47:30 2008 UTC revision 1.9.2.7, Sun Feb 22 00:38:37 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: tac_lite.module,v 1.9.2.5 2008/12/09 21:39:10 yogadex Exp $  // $Id: tac_lite.module,v 1.9.2.6 2008/12/09 21:47:30 yogadex Exp $
3  /**  /**
4   * @file   * @file
5   *   Control access to site content based on taxonomy, roles and users.   *   Control access to site content based on taxonomy, roles and users.
# Line 252  function tac_lite_user($op, $edit, $acco Line 252  function tac_lite_user($op, $edit, $acco
252      return array(array('name' => 'tac_lite',      return array(array('name' => 'tac_lite',
253                         'title' => t('Taxonomy-based access'),                         'title' => t('Taxonomy-based access'),
254                         'weight' => 5,                         'weight' => 5,
255                           'access callback' => 'user_access',
256                           'access arguments' => array('administer users'),
257                   ),                   ),
258      );      );
259      break;      break;

Legend:
Removed from v.1.9.2.6  
changed lines
  Added in v.1.9.2.7

  ViewVC Help
Powered by ViewVC 1.1.2