You are here

function themekey_ui_update_7301 in ThemeKey 7.3

Remove variable themekey_ui_blog_author.

File

./themekey_ui.install, line 169
Database schema of

Code

function themekey_ui_update_7301() {
  variable_del('themekey_ui_blog_author');
  module_load_include('inc', 'themekey', 'themekey_base');
  module_load_include('inc', 'themekey', 'themekey_build');
  themekey_rebuild();
  return t('Removed variable themekey_ui_blog_author');
}