Change of function name, no actual change

This commit is contained in:
moodler 2006-03-21 09:08:57 +00:00
parent ba6602f8da
commit da077b9a7a

View File

@ -232,7 +232,7 @@
}
}
if ($usehtmleditor = can_use_richtext_editor()) {
if ($usehtmleditor = can_use_html_editor()) {
$defaultformat = FORMAT_HTML;
} else {
$defaultformat = FORMAT_MOODLE;