]> git.mjollnir.org Git - moodle.git/commitdiff
Change of function name, no actual change
authormoodler <moodler>
Tue, 21 Mar 2006 09:08:57 +0000 (09:08 +0000)
committermoodler <moodler>
Tue, 21 Mar 2006 09:08:57 +0000 (09:08 +0000)
mod/forum/post.php

index 9976c87642ddcd81b3f23286ccacfedba9b6cf3a..39249e6f426dd4ef19bc4de84821f16c779a892a 100644 (file)
         }
     }
 
-    if ($usehtmleditor = can_use_richtext_editor()) {
+    if ($usehtmleditor = can_use_html_editor()) {
         $defaultformat = FORMAT_HTML;
     } else {
         $defaultformat = FORMAT_MOODLE;