You are here

function no_autocomplete_uninstall in No Autocomplete 6

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

Implementation of hook_uninstall()

File

./no_autocomplete.install, line 6

Code

function no_autocomplete_uninstall() {
  variable_del('no_autocomplete_login_form');
  variable_del('no_autocomplete_profile_form');
}