]> git.mjollnir.org Git - moodle.git/commitdiff
Commenting out ob_gzhandler
authorjulmis <julmis>
Fri, 23 Jun 2006 19:53:26 +0000 (19:53 +0000)
committerjulmis <julmis>
Fri, 23 Jun 2006 19:53:26 +0000 (19:53 +0000)
Merging from stable

lib/editor/htmlarea/lang/en.php

index a50f4cec22ed1794066dafd69c7b4c00120d8e17..084f7afe694afcbba1f41b7618e20b262ae1f52d 100644 (file)
@@ -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