function add_to_head_uninstall in Add To Head 6
Same name and namespace in other branches
- 8 add_to_head.install \add_to_head_uninstall()
- 7 add_to_head.install \add_to_head_uninstall()
Implementation of hook_uninstall().
File
- ./
add_to_head.install, line 11 - This file just contains an implementaion of hook_uninstall to clean up after ourselves.
Code
function add_to_head_uninstall() {
variable_del('add_to_head_profiles');
}