You are here

function no_autocomplete_uninstall in No Autocomplete 7

Same name and namespace in other branches
  1. 6 no_autocomplete.install \no_autocomplete_uninstall()

Implements hook_uninstall().

File

./no_autocomplete.install, line 19
Install, Uninstall and Update functions for the no_autocomplete module.

Code

function no_autocomplete_uninstall() {

  // Deleting the variable.
  variable_del('no_autocomplete_login_form');
}