From: julmis Date: Fri, 23 Jun 2006 19:53:26 +0000 (+0000) Subject: Commenting out ob_gzhandler X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=63183a0932e56d2e041c8876175b0677df344213;p=moodle.git Commenting out ob_gzhandler Merging from stable --- 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