From b61d9c3e7b27f7a227d7b5e2e5e73a8282cdcefd Mon Sep 17 00:00:00 2001 From: Gerhard Killesreiter Date: Thu, 13 Apr 2006 15:10:23 +0000 Subject: #58539, removed duplicate menu item, patch by Markus Petrux --- modules/book.module | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/book.module') diff --git a/modules/book.module b/modules/book.module index 0f8fc78df..88edc1e1b 100644 --- a/modules/book.module +++ b/modules/book.module @@ -78,12 +78,6 @@ function book_menu($may_cache) { $items = array(); if ($may_cache) { - $items[] = array( - 'path' => 'book', - 'title' => t('books'), - 'access' => user_access('access content'), - 'type' => MENU_NORMAL_ITEM, - 'weight' => 5); $items[] = array( 'path' => 'node/add/book', 'title' => t('book page'), -- cgit v1.2.3