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

Diff of /contributions/modules/relatedlinks/relatedlinks.module

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

revision 1.58.2.4, Thu May 8 16:58:59 2008 UTC revision 1.58.2.5, Fri May 9 06:23:59 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: relatedlinks.module,v 1.58.2.3 2008/02/18 14:42:59 karthik Exp $  // $Id: relatedlinks.module,v 1.58.2.4 2008/05/08 16:58:59 karthik Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 93  function relatedlinks_menu($may_cache) { Line 93  function relatedlinks_menu($may_cache) {
93        'callback' => 'relatedlinks_autocomplete',        'callback' => 'relatedlinks_autocomplete',
94        'callback arguments' => array(arg(2)),        'callback arguments' => array(arg(2)),
95        'access' => user_access('add related links'),        'access' => user_access('add related links'),
96        'type' => MENU_LOCAL_TASK,        'type' => MENU_CALLBACK
       'weight' => 2  
97      );      );
98    }    }
99    

Legend:
Removed from v.1.58.2.4  
changed lines
  Added in v.1.58.2.5

  ViewVC Help
Powered by ViewVC 1.1.2