Skip to content

Commit

Permalink
Getting same records twice... ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Sep 8, 2009
1 parent b28c784 commit 63dc5bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion question/type/multichoice/questiontype.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ function backup($bf,$preferences,$question,$level=6) {
global $DB;
$status = true;

$multichoices = $DB->get_records("question_multichoice",array("question"=>$question),"id");
$multichoices = $DB->get_records("question_multichoice",array("question" => $question),"id");
if ($multichoices) {
//Iterate over each multichoice
Expand Down

0 comments on commit 63dc5bf

Please sign in to comment.