You are here

function multichoice_update_6404 in Quiz 6.4

Implementation of hood_update_N

Make sure that the quiz_question module is used to show the multichoice questions.

File

question_types/multichoice/multichoice.install, line 305
Sponsored by: Norwegian Centre for Telemedicine Code: falcon

Code

function multichoice_update_6404() {
  $results = array();
  $results[] = update_sql("UPDATE {node_type} SET module = 'quiz_question' WHERE type = 'multichoice'");
  return $results;
}