function book_made_simple_reorder in Book made simple 6.3
Same name and namespace in other branches
- 7.3 book_made_simple.module \book_made_simple_reorder()
Shortcut to reorder book page
1 string reference to 'book_made_simple_reorder'
- book_made_simple_menu in ./
book_made_simple.module - Implementation of hook_menu().
File
- ./
book_made_simple.module, line 115
Code
function book_made_simple_reorder($node) {
drupal_goto("admin/content/book/" . $node->book['bid'], "destination=node/" . $node->nid);
}