diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/book/book.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book.install b/modules/book/book.install index 28e4649dc..88ed1a64a 100644 --- a/modules/book/book.install +++ b/modules/book/book.install @@ -214,7 +214,7 @@ function book_update_6000() { 'module' => 'book', 'link_path' => 'node/'. $book['nid'], 'router_path' => 'node/%', - 'menu_name' => book_menu_name($book['bid']), + 'menu_name' => 'book-toc-'. $book['bid'], ); $book = array_merge($book, db_fetch_array(db_query("SELECT title AS link_title FROM {node} WHERE nid = %d", $book['nid']))); |