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

Diff of /contributions/modules/valuelist/valuelist.module

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

revision 1.3, Wed Feb 27 15:58:10 2008 UTC revision 1.4, Thu Feb 28 14:11:02 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id: valuelist.module,v 1.2 2008/02/26 15:39:56 usonian Exp $  //$Id: valuelist.module,v 1.3 2008/02/27 15:58:10 usonian Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 35  function valuelist_menu($may_cache) { Line 35  function valuelist_menu($may_cache) {
35    if ($may_cache) {    if ($may_cache) {
36      $items[] = array(      $items[] = array(
37        'path' => 'admin/build/valuelist',        'path' => 'admin/build/valuelist',
38        'title' =>t ('Value Lists'),        'title' => t('Value Lists'),
39        'access' => user_access('access administration pages'),        'access' => user_access('access administration pages'),
40        'description' => t('Manage custom value lists that can be used by the Form API.'),        'description' => t('Manage custom value lists that can be used by the Form API.'),
41        'callback' => 'valuelist_dashboard',        'callback' => 'valuelist_dashboard',
       //'type' => MENU_VISIBLE_IN_TREE  
42      );      );
43    }    }
44    else {    else {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2