From eb95d6d7fc1fb37730a6a3bd4be6e012f3abae67 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 3 Nov 2003 08:59:39 +0000 Subject: - Bugfix: fixed typo in cloud module. Patch by Marky. - Bugfix: fixed menu glitch in book module. Patch by Kjartan. --- modules/book.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/book.module') diff --git a/modules/book.module b/modules/book.module index 678e88345..55848fcbb 100644 --- a/modules/book.module +++ b/modules/book.module @@ -72,6 +72,8 @@ function book_link($type, $node = 0, $main = 0) { if ($type == "system") { if (user_access("maintain books")) { menu("node/add/book", t("book page"), "book_page", 0); + } + if (user_access("administer nodes")) { menu("admin/node/book", t("books"), "book_admin", 4); menu("admin/node/book/orphan", t("orphan pages"), "book_admin_orphan", 8); menu("admin/node/book/help", t("help"), "book_help", 9); -- cgit v1.2.3