function promote_disable_uninstall in Promote Disable 7
Same name and namespace in other branches
- 8 promote_disable.install \promote_disable_uninstall()
Implements hook_uninstall().
File
- ./
promote_disable.install, line 11 - Contains an uninstall function for Promote Disable.
Code
function promote_disable_uninstall() {
variable_del('promote_disable_node_types');
}