From 292a01dfa7dba7eab5d53987d50eb391179d3b50 Mon Sep 17 00:00:00 2001 From: pichetp Date: Mon, 18 Feb 2008 17:00:23 +0000 Subject: [PATCH] removing an echo diagnostic message MDL-12063 --- question/type/multianswer/questiontype.php | 1 - 1 file changed, 1 deletion(-) diff --git a/question/type/multianswer/questiontype.php b/question/type/multianswer/questiontype.php index 6054d5180a..a19db17f18 100644 --- a/question/type/multianswer/questiontype.php +++ b/question/type/multianswer/questiontype.php @@ -77,7 +77,6 @@ class embedded_cloze_qtype extends default_questiontype { // $oldqtype = get_field('question', 'qtype', 'id',$oldwrappedid) ; if($oldqtype != $wrapped->qtype ) { - echo "

oldqtype $oldqtype newqtype".$wrapped->qtype."

"; switch ($oldqtype) { case 'multichoice': delete_records('question_multichoice', 'question', $oldwrappedid); -- 2.39.5