function contactinfo_uninstall in Contact Info 7
Implements hook_uninstall().
File
- ./
contactinfo.install, line 11 - Installation file for the Contact Information module.
Code
function contactinfo_uninstall() {
variable_del('contactinfo');
}
Implements hook_uninstall().
function contactinfo_uninstall() {
variable_del('contactinfo');
}