From: scyrma Date: Fri, 1 Aug 2008 09:37:21 +0000 (+0000) Subject: MDL-15893: Adding caching to the TinyMCE config file X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e57fc0418b6391822236093a455c854e3af19b97;p=moodle.git MDL-15893: Adding caching to the TinyMCE config file --- diff --git a/lib/editor/tinymce.js.php b/lib/editor/tinymce.js.php index c985b401ac..42e6a591e6 100644 --- a/lib/editor/tinymce.js.php +++ b/lib/editor/tinymce.js.php @@ -8,7 +8,6 @@ $courseid = optional_param('course', 0, PARAM_INT); $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 @@ EOF; $strtime = get_string('strftimetime'); $strdate = get_string('strftimedaydate'); -echo <<