Remove call to deprecated function.

This commit is contained in:
tjhunt
2008-09-03 01:46:10 +00:00
parent 2ac9e77b89
commit 3e32a89358
-1
View 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;
}
}