You are here

function improved_multi_select_update_7001 in Improved Multi Select 7.2

Implements hook_update().

File

./improved_multi_select.install, line 31
Install, update and uninstall functions for the improved_multi_select module.

Code

function improved_multi_select_update_7001() {
  variable_set('improved_multi_select:url_white', variable_get('improved_multi_select:url', ''));
  variable_set('improved_multi_select:selectors_white', variable_get('improved_multi_select:selectors', ''));
  variable_del('improved_multi_select:selectors');
  variable_del('improved_multi_select:url');
}