From: gustav_delius Date: Sun, 19 Mar 2006 18:31:48 +0000 (+0000) Subject: Almost forgot to take out diagnostic echo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=afabbb337456f759d0b6241926c4139dc5af37f8;p=moodle.git Almost forgot to take out diagnostic echo --- diff --git a/question/questiontypes/questiontype.php b/question/questiontypes/questiontype.php index 1aa9e58319..0df233d2eb 100644 --- a/question/questiontypes/questiontype.php +++ b/question/questiontypes/questiontype.php @@ -718,7 +718,6 @@ class quiz_default_questiontype { // arrays. The ordering of the arrays does not matter. // Question types may wish to override this (eg. to ignore trailing // white space or to make "7.0" and "7" compare equal). - if ($question->qtype = MATCH) {var_dump($state->responses);echo '
Teststate:';var_dump($teststate->responses);} return $state->responses == $teststate->responses; }