function themekey_update_7102 in ThemeKey 7
Same name and namespace in other branches
- 7.3 themekey.install \themekey_update_7102()
- 7.2 themekey.install \themekey_update_7102()
Implements hook_update_N().
File
- ./
themekey.install, line 530 - Database schema of
Code
function themekey_update_7102() {
variable_del('themekey_override_custom_theme');
return t('Update of Themekey ran successfully');
}