function menu_uninstall

Same name and namespace in other branches
  1. 6.x drupal-6.x/modules/menu/menu.install \menu_uninstall()

Implements hook_uninstall().

Archivo

drupal-7.x/modules/menu/menu.install, line 68
Install, update and uninstall functions for the menu module.

Código

function menu_uninstall() {
  menu_rebuild();
}