]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed a missing brace (bug 2386)
authormoodler <moodler>
Fri, 14 Jan 2005 16:45:35 +0000 (16:45 +0000)
committermoodler <moodler>
Fri, 14 Jan 2005 16:45:35 +0000 (16:45 +0000)
mod/quiz/multiple.php

index 24755ce1db755c7274865f551b679b7252d79165..13e4cfa7da895d53caed4e2b7cdb6375df2e1f92 100644 (file)
@@ -52,6 +52,7 @@
                         // this question has the right recurse property, so use it
                         $newquestionids[] = $existingquestion->id;
                         $i++;
+                    }
                 }
                 $randomcreate = $form->randomcreate - $i; // the number of additional random questions needed.
             } else {