You are here

function quiz_update_7512 in Quiz 7.6

Same name and namespace in other branches
  1. 7.5 quiz.install \quiz_update_7512()

Rebuild the registry just in case.

File

./quiz.install, line 981
Quiz install schema for installing the quiz module

Code

function quiz_update_7512() {
  registry_rebuild();
}