You are here

no_autocomplete.install in No Autocomplete 6

Same filename and directory in other branches
  1. 8 no_autocomplete.install
  2. 7 no_autocomplete.install

File

no_autocomplete.install
View source
<?php

/**
 * Implementation of hook_uninstall()
 */
function no_autocomplete_uninstall() {
  variable_del('no_autocomplete_login_form');
  variable_del('no_autocomplete_profile_form');
}

Functions

Namesort descending Description
no_autocomplete_uninstall Implementation of hook_uninstall()