function themekey_update_7101 in ThemeKey 7.2
Same name and namespace in other branches
- 7.3 themekey.install \themekey_update_7101()
- 7 themekey.install \themekey_update_7101()
Implements hook_update_N().
File
- ./
themekey.install, line 519 - Database schema of
Code
function themekey_update_7101() {
// moved themekey_rebuild() to themekey_update_7104()
return t('Update of ThemeKey ran successfully');
}