You are here

function themekey_update_6103 in ThemeKey 7.3

Same name and namespace in other branches
  1. 6.4 themekey.install \themekey_update_6103()
  2. 6.2 themekey.install \themekey_update_6103()
  3. 6.3 themekey.install \themekey_update_6103()
  4. 7 themekey.install \themekey_update_6103()
  5. 7.2 themekey.install \themekey_update_6103()

Implements hook_update_N().

File

./themekey.install, line 234
Database schema of

Code

function themekey_update_6103() {
  variable_del('themekey_nodediscover');
  return t('Deleted variable themekey_nodediscover.');
}