/[drupal]/contributions/modules/jstools/jscalendar/jscalendar.module
ViewVC logotype

Diff of /contributions/modules/jstools/jscalendar/jscalendar.module

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

revision 1.14.2.6, Thu Jun 19 22:17:46 2008 UTC revision 1.14.2.7, Thu Jun 19 22:35:37 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: jscalendar.module,v 1.14.2.5 2008/03/29 13:37:28 nedjo Exp $  // $Id: jscalendar.module,v 1.14.2.6 2008/06/19 22:17:46 nedjo Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 30  function jscalendar_menu($may_cache){ Line 30  function jscalendar_menu($may_cache){
30        'title' => t('JS Calendar'),        'title' => t('JS Calendar'),
31        'description' => t('Configurations for the popup calendar'),        'description' => t('Configurations for the popup calendar'),
32        'callback' => 'drupal_get_form',        'callback' => 'drupal_get_form',
33        'callback arguments' => array('jscalendar_admin_settings')        'callback arguments' => array('jscalendar_admin_settings'),
34          'access' => user_access('administer site configuration'),
35      );      );
36    
37    }    }

Legend:
Removed from v.1.14.2.6  
changed lines
  Added in v.1.14.2.7

  ViewVC Help
Powered by ViewVC 1.1.2