From 3e32a89358b3a6f77bedbe536eba8250a33bcc04 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 3 Sep 2008 01:46:10 +0000 Subject: [PATCH] Remove call to deprecated function. --- question/type/essay/questiontype.php | 1 - 1 file changed, 1 deletion(-) diff --git a/question/type/essay/questiontype.php b/question/type/essay/questiontype.php index 13333ef5df..9ad13e663b 100644 --- a/question/type/essay/questiontype.php +++ b/question/type/essay/questiontype.php @@ -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; } } -- 2.39.5