You are here

function no_autocomplete_install in No Autocomplete 7

Implements hook_install().

File

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

Code

function no_autocomplete_install() {

  // The status for the "autocomplete=off" option on user login form.
  variable_set('no_autocomplete_login_form', FALSE);
}