function menu_uninstall in Drupal 6
Same name and namespace in other branches
- 7 modules/menu/menu.install \menu_uninstall()
Implementation of hook_uninstall().
File
- modules/
menu/ menu.install, line 19
Code
function menu_uninstall() {
// Remove tables.
drupal_uninstall_schema('menu');
menu_rebuild();
}