You are here

function ife_uninstall in Inline Form Errors 6

Same name and namespace in other branches
  1. 6.2 ife.install \ife_uninstall()
  2. 7.2 ife.install \ife_uninstall()
  3. 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');
}