function themekey_update_7301 in ThemeKey 7.3
Rebuild ThemeKey's internal property registry.
File
- ./
themekey.install, line 610 - Database schema of
Code
function themekey_update_7301() {
// moved themekey_rebuild() to themekey_update_7302()
return t('Update of ThemeKey ran successfully');
}