function menu_uninstall
Same name and namespace in other branches
- 7.x drupal-7.x/modules/menu/menu.install \menu_uninstall()
Implementation of hook_uninstall().
Archivo
- drupal-6.x/
modules/ menu/ menu.install, line 19
Código
function menu_uninstall() {
// Remove tables.
drupal_uninstall_schema('menu');
menu_rebuild();
}