Skip to content

Commit

Permalink
commenting out ob_gzhandler.
Browse files Browse the repository at this point in the history
  • Loading branch information
julmis committed Jun 23, 2006
1 parent 4590fe5 commit b750410
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/editor/htmlarea/lang/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b750410

Please sign in to comment.