From a0052d89ac70dccb527311e9d37dcb96483d415a Mon Sep 17 00:00:00 2001 From: pichetp Date: Mon, 18 Feb 2008 20:43:08 +0000 Subject: [PATCH] cleaning // --- question/type/multianswer/questiontype.php | 1 - 1 file changed, 1 deletion(-) diff --git a/question/type/multianswer/questiontype.php b/question/type/multianswer/questiontype.php index a19db17f18..cc320d5d7d 100644 --- a/question/type/multianswer/questiontype.php +++ b/question/type/multianswer/questiontype.php @@ -74,7 +74,6 @@ class embedded_cloze_qtype extends default_questiontype { // if we still have some old wrapped question ids, reuse the next of them if ($oldwrappedid = array_shift($oldwrappedids)) { $wrapped->id = $oldwrappedid; - // $oldqtype = get_field('question', 'qtype', 'id',$oldwrappedid) ; if($oldqtype != $wrapped->qtype ) { switch ($oldqtype) { -- 2.39.5