You are here

function quiz_question_update_6400 in Quiz 6.4

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

Implementation of hook_update_N()

File

question_types/quiz_question/quiz_question.install, line 72
The installer file for quiz_question.

Code

function quiz_question_update_6400() {
  drupal_rebuild_theme_registry();
  return array();
}