]> git.mjollnir.org Git - moodle.git/commitdiff
Remove call to deprecated function.
authortjhunt <tjhunt>
Wed, 3 Sep 2008 01:46:10 +0000 (01:46 +0000)
committertjhunt <tjhunt>
Wed, 3 Sep 2008 01:46:10 +0000 (01:46 +0000)
question/type/essay/questiontype.php

index 13333ef5df23a9f2076988e6b948288db64dcbac..9ad13e663b7207a87576eb32713624f07b54efd7 100644 (file)
@@ -105,7 +105,6 @@ class question_essay_qtype extends default_questiontype {
         include("$CFG->dirroot/question/type/essay/display.html");
 
         if ($usehtmleditor && empty($options->readonly)) {
-            use_html_editor($inputname);
             $htmleditorused = true;
         }
     }