summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/book.module6
-rw-r--r--modules/book/book.module6
2 files changed, 0 insertions, 12 deletions
diff --git a/modules/book.module b/modules/book.module
index 0f8fc78df..88edc1e1b 100644
--- a/modules/book.module
+++ b/modules/book.module
@@ -79,12 +79,6 @@ function book_menu($may_cache) {
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'),
'access' => user_access('create book pages'));
diff --git a/modules/book/book.module b/modules/book/book.module
index 0f8fc78df..88edc1e1b 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -79,12 +79,6 @@ function book_menu($may_cache) {
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'),
'access' => user_access('create book pages'));