function addanother_uninstall in Add Another 5
Same name and namespace in other branches
- 6 addanother.install \addanother_uninstall()
- 7.2 addanother.install \addanother_uninstall()
- 7 addanother.install \addanother_uninstall()
Implementation of hook_uninstall().
File
- ./
addanother.install, line 9 - Uninstall routine for AddAnother module.
Code
function addanother_uninstall() {
variable_del('addanother_nodetypes');
}