function themekey_update_7302 in ThemeKey 7.3
Rebuild ThemeKey's internal property registry.
File
- ./
themekey.install, line 619 - Database schema of
Code
function themekey_update_7302() {
module_load_include('inc', 'themekey', 'themekey_base');
module_load_include('inc', 'themekey', 'themekey_build');
themekey_rebuild();
return t('Update of ThemeKey ran successfully');
}