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

Diff of /contributions/modules/ezmlm/ezmlm.module

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

revision 1.18.4.3, Sat May 31 19:33:59 2008 UTC revision 1.18.4.4, Wed Sep 3 10:38:19 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ezmlm.module,v 1.18.4.2 2007/12/29 15:48:02 hutch Exp $  // $Id: ezmlm.module,v 1.18.4.3 2008/05/31 19:33:59 hutch Exp $
3  // $Name: DRUPAL-5 $  // $Name:  $
4  // for drupal 5.x  // for drupal 5.x
5    
6  /**  /**
# Line 46  function ezmlm_menu($may_cache) { Line 46  function ezmlm_menu($may_cache) {
46    if ($may_cache) {    if ($may_cache) {
47      $items[] = array(      $items[] = array(
48        'path' => 'ezmlm/add',        'path' => 'ezmlm/add',
49        'title' => ('mailing lists'),        'title' => t('Mailing lists'),
50        'callback' => 'ezmlm_block',        'callback' => 'ezmlm_block',
51        'access' => user_access('access content'),        'access' => user_access('access content'),
52        'type' => MENU_CALLBACK,        'type' => MENU_CALLBACK,
53      );      );
54      $items[] = array(      $items[] = array(
55        'path' => 'ezmlm',        'path' => 'ezmlm',
56        'title' => ('Mailing lists'),        'title' => t('Mailing lists'),
57        'callback' => 'ezmlm_page',        'callback' => 'ezmlm_page',
58        'access' => user_access('access content'),        'access' => user_access('access content'),
59        'type' => MENU_NORMAL_ITEM,        'type' => MENU_NORMAL_ITEM,

Legend:
Removed from v.1.18.4.3  
changed lines
  Added in v.1.18.4.4

  ViewVC Help
Powered by ViewVC 1.1.2