You are here

function quiz_question_update_7402 in Quiz 7.4

Rebuild the node_access table.

File

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

Code

function quiz_question_update_7402() {
  node_access_rebuild(TRUE);
}