]> git.mjollnir.org Git - moodle.git/commitdiff
removing $qo->generalfeedback = ''; line 640 as generalfeedback is already set in
authorpichetp <pichetp>
Sun, 13 May 2007 15:07:07 +0000 (15:07 +0000)
committerpichetp <pichetp>
Sun, 13 May 2007 15:07:07 +0000 (15:07 +0000)
 import_headers().

question/format/xml/format.php

index 805c3ee5912a573c6af2780d75835a81af3d98d3..f7b337d891f8baf8f6830542af2ea989e79305e7 100755 (executable)
@@ -637,7 +637,6 @@ class qformat_xml extends qformat_default {
 
             // stick the result in the $questions array
             if ($qo) {
-                $qo->generalfeedback = '';
                 $questions[] = $qo;
             }
         }