You are here

function ife_uninstall in Inline Form Errors 7.2

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

Implements hook_uninstall().

@todo The drupal_(un)install_schema functions are called automatically in D7. drupal_install_schema('ife')

File

./ife.install, line 90
Install file.

Code

function ife_uninstall() {
  variable_del('ife_show_form_ids');
  variable_del('ife_display');
  variable_del('ife_general_message');
  variable_del('ife_position_inline_message');
}