]> git.mjollnir.org Git - moodle.git/commitdiff
cleaning //
authorpichetp <pichetp>
Mon, 18 Feb 2008 20:43:08 +0000 (20:43 +0000)
committerpichetp <pichetp>
Mon, 18 Feb 2008 20:43:08 +0000 (20:43 +0000)
question/type/multianswer/questiontype.php

index a19db17f18ca564ebad9162b9ce2399c8f6236c8..cc320d5d7d2a349c2717a7532ede3c0f0f6e3d29 100644 (file)
@@ -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) {