no_autocomplete.install in No Autocomplete 6
Same filename and directory in other branches
File
no_autocomplete.installView source
<?php
/**
 * Implementation of hook_uninstall()
 */
function no_autocomplete_uninstall() {
  variable_del('no_autocomplete_login_form');
  variable_del('no_autocomplete_profile_form');
}Functions
| Name   | Description | 
|---|---|
| no_autocomplete_uninstall | Implementation of hook_uninstall() | 
