You are here

function scale_update_6400 in Quiz 6.4

Same name and namespace in other branches
  1. 6.6 question_types/scale/scale.install \scale_update_6400()

Implementation of hook_update_N().

NOTE: We shouldn't create update hooks for rebuilding the theme registry, but since this is already here we can't remove it...

File

question_types/scale/scale.install, line 153
Sponsored by: Norwegian Centre for Telemedicine Code: falcon

Code

function scale_update_6400() {

  // drupal_rebuild_theme_registry();
  return array();
}