You are here

function themekey_update_7101 in ThemeKey 7

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

Implements hook_update_N().

File

./themekey.install, line 519
Database schema of

Code

function themekey_update_7101() {
  module_load_include('inc', 'themekey', 'themekey_base');
  module_load_include('inc', 'themekey', 'themekey_build');
  themekey_rebuild();
  return t('Update of Themekey ran successfully');
}