function themekey_update_7104 in ThemeKey 7.2
Same name and namespace in other branches
- 7.3 themekey.install \themekey_update_7104()
Enable Organic Group properties if og_context is enabled.
File
- ./
themekey.install, line 558 - Database schema of
Code
function themekey_update_7104() {
module_load_include('inc', 'themekey', 'themekey_base');
module_load_include('inc', 'themekey', 'themekey_build');
themekey_rebuild();
return t('Update of ThemeKey ran successfully');
}