function themekey_update_6203 in ThemeKey 6.4
Same name and namespace in other branches
- 6.2 themekey.install \themekey_update_6203()
- 6.3 themekey.install \themekey_update_6203()
- 7.3 themekey.install \themekey_update_6203()
- 7 themekey.install \themekey_update_6203()
- 7.2 themekey.install \themekey_update_6203()
Implements hook_update_N().
File
- ./
themekey.install, line 338 - Database schema of
Code
function themekey_update_6203() {
// moved themekey_rebuild() to themekey_update_6300()
return array();
}