diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-11-26 16:19:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-11-26 16:19:37 +0000 |
commit | 58852d4b7b72113793455b92bf113359e849e2fb (patch) | |
tree | fef56281537d84f50d350728d3b56e6c74c89d20 /modules/book/book.module | |
parent | a960d4d618dacb5954eebc48e41517d9eaf536af (diff) | |
download | brdo-58852d4b7b72113793455b92bf113359e849e2fb.tar.gz brdo-58852d4b7b72113793455b92bf113359e849e2fb.tar.bz2 |
- Patch #192736 by quicksketch et al: drag and drop for book module.
Diffstat (limited to 'modules/book/book.module')
-rw-r--r-- | modules/book/book.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/book/book.module b/modules/book/book.module index f0fe5154a..8fc271c2f 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -143,13 +143,6 @@ function book_menu() { 'type' => MENU_CALLBACK, 'file' => 'book.pages.inc', ); - $items['book/js/admin/%node'] = array( - 'page callback' => 'book_admin_js_update', - 'access callback' => '_book_outline_access', - 'access arguments' => array(3), - 'type' => MENU_CALLBACK, - 'file' => 'book.admin.inc', - ); return $items; } |