You are here

function themekey_update_7104 in ThemeKey 7.3

Same name and namespace in other branches
  1. 7.2 themekey.install \themekey_update_7104()

Rebuild ThemeKey's internal property registry.

File

./themekey.install, line 598
Database schema of

Code

function themekey_update_7104() {

  // moved themekey_rebuild() to themekey_update_7301()
  return t('Update of ThemeKey ran successfully');
}