function ife_uninstall in Inline Form Errors 6
Same name and namespace in other branches
- 6.2 ife.install \ife_uninstall()
- 7.2 ife.install \ife_uninstall()
- 7 ife.install \ife_uninstall()
Implementation of hook_uninstall().
File
- ./
ife.install, line 70 - Install file
Code
function ife_uninstall() {
drupal_uninstall_schema('ife');
variable_del('ife_show_form_ids');
variable_del('ife_display');
variable_del('ife_general_message');
}