function themekey_ui_update_6100 in ThemeKey 7
Same name and namespace in other branches
- 6.4 themekey_ui.install \themekey_ui_update_6100()
- 6.2 themekey_ui.install \themekey_ui_update_6100()
- 6.3 themekey_ui.install \themekey_ui_update_6100()
- 7.3 themekey_ui.install \themekey_ui_update_6100()
- 7.2 themekey_ui.install \themekey_ui_update_6100()
Implements hook_update_N().
File
- ./
themekey_ui.install, line 90 - Database schema of
Code
function themekey_ui_update_6100() {
// moved to themekey_update_6105() to not break upgrades from ThemeKey 6.x-1.1 to 6.x-2.0
// hook_update_N() no longer returns a $ret array. Instead, return
// nothing or a translated string indicating the update ran successfully.
// See http://drupal.org/node/224333#update_sql.
return '';
}