From: pichetp Date: Mon, 18 Feb 2008 20:43:08 +0000 (+0000) Subject: cleaning // X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a0052d89ac70dccb527311e9d37dcb96483d415a;p=moodle.git cleaning // --- 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) {