From afabbb337456f759d0b6241926c4139dc5af37f8 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 19 Mar 2006 18:31:48 +0000 Subject: [PATCH] Almost forgot to take out diagnostic echo --- question/questiontypes/questiontype.php | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.5