You are here

function themekey_update_6301 in ThemeKey 7.3

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

Implements hook_update_N().

File

./themekey.install, line 509
Database schema of

Code

function themekey_update_6301() {

  // moved themekey_rebuild() to themekey_update_7101()
  return '';
}