function nice_mega_dropdowns_uninstall in Nice Menus 7.3
Same name and namespace in other branches
- 7.2 nice_mega_dropdowns/nice_mega_dropdowns.install \nice_mega_dropdowns_uninstall()
Implementation of hook_uninstall().
File
- nice_mega_dropdowns/
nice_mega_dropdowns.install, line 18 - Update functions for Nice Mega Dropdowns.
Code
function nice_mega_dropdowns_uninstall() {
variable_del('nice_mega_dropdowns');
}