function themekey_update_6300 in ThemeKey 7
Same name and namespace in other branches
- 6.4 themekey.install \themekey_update_6300()
- 6.3 themekey.install \themekey_update_6300()
- 7.3 themekey.install \themekey_update_6300()
- 7.2 themekey.install \themekey_update_6300()
Implements hook_update_N().
File
- ./themekey.install, line 458 
- Database schema of
Code
function themekey_update_6300() {
  // moved themekey_rebuild() to themekey_update_6301()
  db_drop_table('themekey_paths');
  return t('Update of Themekey ran successfully');
}