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

Diff of /contributions/modules/commentreference/commentreference.module

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

revision 1.1.2.3, Thu Sep 4 23:29:45 2008 UTC revision 1.1.2.4, Wed Oct 28 11:50:00 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: commentreference.module,v 1.1 2008/03/26 23:58:01 swentel Exp $  // $Id: commentreference.module,v 1.1.2.3 2008/09/04 23:29:45 swentel Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 17  function commentreference_menu($may_cach Line 17  function commentreference_menu($may_cach
17    
18    if ($may_cache) {    if ($may_cache) {
19      $items[] = array('path' => 'commentreference/autocomplete', 'title' => t('comment reference autocomplete'),      $items[] = array('path' => 'commentreference/autocomplete', 'title' => t('comment reference autocomplete'),
20        'callback' => 'commentreference_autocomplete', 'access' => user_access('access content'), 'type' => MENU_CALLBACK);        'callback' => 'commentreference_autocomplete', 'access' => user_access('access comments'), 'type' => MENU_CALLBACK);
21    }    }
22    
23    return $items;    return $items;

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2