Skip to content

Commit

Permalink
One line to do with the multianswer upgrade that I forgot to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed May 6, 2005
1 parent 2db4ab7 commit 15f3e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/quiz/format/aon/format.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function importpostprocess() {

$question->stamp = make_unique_id_code(); // Set the unique code (not to be changed)
$question->version = 1; // Original version of this question
$question->parent = 0;

if (!$question->id = insert_record("quiz_questions", $question)) {
error("Could not insert new question!");
Expand Down

0 comments on commit 15f3e35

Please sign in to comment.