You are here

improved_multi_select.install in Improved Multi Select 6

Same filename and directory in other branches
  1. 7.2 improved_multi_select.install
  2. 7 improved_multi_select.install

Uninstall and install for improved_multi_select module.

File

improved_multi_select.install
View 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');
}

Functions