You are here

function ife_uninstall in Inline Form Errors 7

Same name and namespace in other branches
  1. 6.2 ife.install \ife_uninstall()
  2. 6 ife.install \ife_uninstall()
  3. 7.2 ife.install \ife_uninstall()

Implements hook_uninstall().

File

./ife.install, line 95
Install file

Code

function ife_uninstall() {

  // TODO The drupal_(un)install_schema functions are called automatically in D7.
  // drupal_uninstall_schema('ife')
  variable_del('ife_show_form_ids');
  variable_del('ife_display');
  variable_del('ife_general_message');
}