Avoided some excess of "QUESTION_VERSIONS" ;-)

This commit is contained in:
stronk7 2005-03-23 23:32:51 +00:00
parent 1909875912
commit a9b1b60bee
2 changed files with 3 additions and 3 deletions

View file

@ -1452,7 +1452,7 @@
$status = true;
//Get the quiz_question_versions array
$versions = $info['MOD']['#']['QUESTION_VERSIONS']['0']['#']['QUESTION_VERSIONS'];
$versions = $info['MOD']['#']['QUESTION_VERSIONS']['0']['#']['QUESTION_VERSION'];
//Iterate over question_versions
for($i = 0; $i < sizeof($versions); $i++) {