From: pichetp Date: Wed, 3 Jun 2009 03:04:04 +0000 (+0000) Subject: MDL-17366 define CALCULATEDSIMPLE , used in xml/format.php X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4328f8233d007a89763b88adde1307f7a68562cc;p=moodle.git MDL-17366 define CALCULATEDSIMPLE , used in xml/format.php --- diff --git a/question/type/calculatedsimple/questiontype.php b/question/type/calculatedsimple/questiontype.php index 6a2213c854..7658637cbf 100644 --- a/question/type/calculatedsimple/questiontype.php +++ b/question/type/calculatedsimple/questiontype.php @@ -427,5 +427,6 @@ class question_calculatedsimple_qtype extends question_calculated_qtype { ////////////////////////////////////////////////////////////////////////// question_register_questiontype(new question_calculatedsimple_qtype()); +define("CALCULATEDSIMPLE", "calculatedsimple"); ?>