improved_multi_select.install in Improved Multi Select 7
Same filename and directory in other branches
Uninstall and install for improved_multi_select module.
File
improved_multi_select.installView source
<?php
/**
* @file
* Uninstall and install for improved_multi_select module.
*/
/**
* Implements hook_uninstall().
*/
function improved_multi_select_uninstall() {
variable_del('improved_multi_select:isall');
variable_del('improved_multi_select:url');
variable_del('improved_multi_select:selectors');
}
Functions
Name | Description |
---|---|
improved_multi_select_uninstall | Implements hook_uninstall(). |