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

Diff of /contributions/modules/bookmarks/bookmarks.module

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

revision 1.47.2.3 by darthclue, Wed Dec 17 17:40:38 2008 UTC revision 1.47.2.4 by darthclue, Tue Jan 20 15:02:42 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: bookmarks.module,v 1.47.2.2 2008/07/10 12:55:39 darthclue Exp $  // $Id: bookmarks.module,v 1.47.2.3 2008/12/17 17:40:38 darthclue Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 89  function bookmarks_menu() { Line 89  function bookmarks_menu() {
89    $items['bookmarks/item/edit/%menu_link'] = array(    $items['bookmarks/item/edit/%menu_link'] = array(
90      'title' => 'Edit menu item',      'title' => 'Edit menu item',
91      'page callback' => 'drupal_get_form',      'page callback' => 'drupal_get_form',
92      'page arguments' => array('bookmarks_edit_item', 'edit', 3, NULL),      'page arguments' => array('bookmarks_edit_item', 'edit', 3, array('menu_name' => 'enumresuym')),
93      'access arguments' => array('administer own bookmarks'),      'access arguments' => array('administer own bookmarks'),
94      'type' => MENU_CALLBACK,      'type' => MENU_CALLBACK,
95      'file' => 'bookmarks.admin.inc',      'file' => 'bookmarks.admin.inc',

Legend:
Removed from v.1.47.2.3  
changed lines
  Added in v.1.47.2.4

  ViewVC Help
Powered by ViewVC 1.1.3