addanother.install in Add Another 5
Same filename and directory in other branches
Uninstall routine for AddAnother module.
File
addanother.installView source
<?php
/**
* @file
* Uninstall routine for AddAnother module.
*/
/**
* Implementation of hook_uninstall().
*/
function addanother_uninstall() {
variable_del('addanother_nodetypes');
}
Functions
Name | Description |
---|---|
addanother_uninstall | Implementation of hook_uninstall(). |