From: pichetp Date: Mon, 1 Dec 2008 04:03:48 +0000 (+0000) Subject: removing an echo diagnostic output... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=77f60b432a368a725b4bf8728ae87f0c48618f91;p=moodle.git removing an echo diagnostic output... --- diff --git a/question/type/calculated/questiontype.php b/question/type/calculated/questiontype.php index 35811d675a..72333f7a3e 100644 --- a/question/type/calculated/questiontype.php +++ b/question/type/calculated/questiontype.php @@ -1481,7 +1481,6 @@ class question_calculated_qtype extends default_questiontype { AND a.name = ?", array($form->category, $name)); $type = 1 ; $key = "$type-$form->category-$name"; - echo "

categorydatasetdefs $name

"; print_r($categorydatasetdefs);echo "

"; if (!empty($categorydatasetdefs)){ // there is at least one with the same name if (isset($categorydatasetdefs[$form->id])) {// it is already used by this question $options[$key] = get_string($prefix."keptcategory$type", $langfile);