You are here

function themekey_update_7102 in ThemeKey 7.2

Same name and namespace in other branches
  1. 7.3 themekey.install \themekey_update_7102()
  2. 7 themekey.install \themekey_update_7102()

Implements hook_update_N().

File

./themekey.install, line 528
Database schema of

Code

function themekey_update_7102() {
  variable_del('themekey_override_custom_theme');
  return t('Update of ThemeKey ran successfully');
}