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