You are here

function no_autocomplete_update_7101 in No Autocomplete 7

Issue #2951274: The autocomplete option is not needed for the user edit form.

File

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

Code

function no_autocomplete_update_7101() {

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