diff --git a/lib/editor/tinymce.js.php b/lib/editor/tinymce.js.php index c985b401acb29..42e6a591e64d2 100644 --- a/lib/editor/tinymce.js.php +++ b/lib/editor/tinymce.js.php @@ -8,7 +8,6 @@ $editorlanguage = optional_param('editorlanguage', 'en_utf8', PARAM_ALPHANUMEXT); $SESSION->lang = $editorlanguage; -//$editorlanguage = substr($editorlanguage, 0, strrpos($editorlanguage, '_'));; $directionality = get_string('thisdirection'); /* @@ -139,7 +138,7 @@ $strtime = get_string('strftimetime'); $strdate = get_string('strftimedaydate'); -echo <<