function book_menus_install in Book Menus 7
Implements hook_install().
File
- ./
book_menus.install, line 11 - Installation functionality for book_menus.
Code
function book_menus_install() {
// If the user disabled / enabled the module (i.e not new install),
// the menus will need to be rebuilt.
menu_rebuild();
}