You are here

function themekey_update_6302 in ThemeKey 6.4

Same name and namespace in other branches
  1. 6.3 themekey.install \themekey_update_6302()

Implements hook_update_N().

File

./themekey.install, line 359
Database schema of

Code

function themekey_update_6302() {
  module_load_include('inc', 'themekey', 'themekey_base');
  module_load_include('inc', 'themekey', 'themekey_build');
  themekey_rebuild();
  return array();
}