From 63183a0932e56d2e041c8876175b0677df344213 Mon Sep 17 00:00:00 2001 From: julmis Date: Fri, 23 Jun 2006 19:53:26 +0000 Subject: [PATCH] Commenting out ob_gzhandler Merging from stable --- lib/editor/htmlarea/lang/en.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/editor/htmlarea/lang/en.php b/lib/editor/htmlarea/lang/en.php index a50f4cec22..084f7afe69 100644 --- a/lib/editor/htmlarea/lang/en.php +++ b/lib/editor/htmlarea/lang/en.php @@ -3,9 +3,12 @@ $lastmodified = filemtime("en.php"); $lifetime = 1800; - if ( function_exists('ob_gzhandler') ) { - ob_start("ob_gzhandler"); - } + // Commenting this out since it's creating problems + // where solution seem to be hard to find... + // http://moodle.org/mod/forum/discuss.php?d=34376 + //if ( function_exists('ob_gzhandler') ) { + // ob_start("ob_gzhandler"); + //} $charset = get_string('thischarset'); header("Content-type: application/x-javascript; charset: $charset"); // Correct MIME type -- 2.39.5