From: pichetp Date: Sun, 13 May 2007 15:07:07 +0000 (+0000) Subject: removing $qo->generalfeedback = ''; line 640 as generalfeedback is already set in X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6e8f63c6d4070c32d38d48a104993870e9f24e32;p=moodle.git removing $qo->generalfeedback = ''; line 640 as generalfeedback is already set in import_headers(). --- diff --git a/question/format/xml/format.php b/question/format/xml/format.php index 805c3ee591..f7b337d891 100755 --- a/question/format/xml/format.php +++ b/question/format/xml/format.php @@ -637,7 +637,6 @@ class qformat_xml extends qformat_default { // stick the result in the $questions array if ($qo) { - $qo->generalfeedback = ''; $questions[] = $qo; } }