You are here

function themekey_ui_update_6100 in ThemeKey 7.3

Same name and namespace in other branches
  1. 6.4 themekey_ui.install \themekey_ui_update_6100()
  2. 6.2 themekey_ui.install \themekey_ui_update_6100()
  3. 6.3 themekey_ui.install \themekey_ui_update_6100()
  4. 7 themekey_ui.install \themekey_ui_update_6100()
  5. 7.2 themekey_ui.install \themekey_ui_update_6100()

Implements hook_update_N().

File

./themekey_ui.install, line 92
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 '';
}