function themekey_update_6201 in ThemeKey 7.2
Same name and namespace in other branches
- 6.4 themekey.install \themekey_update_6201()
- 6.2 themekey.install \themekey_update_6201()
- 6.3 themekey.install \themekey_update_6201()
- 7.3 themekey.install \themekey_update_6201()
- 7 themekey.install \themekey_update_6201()
Implements hook_update_N().
File
- ./
themekey.install, line 375 - Database schema of
Code
function themekey_update_6201() {
// Don't rebuild anymore when themekey_update_6202() will run
//themekey_rebuild();
return '';
}