Changeset 1477
- Timestamp:
- 05/16/06 15:11:38 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/extlib/Snoopy.class.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/extlib/Snoopy.class.inc
r1346 r1477 637 637 } 638 638 639 if (preg_match("/Content-Encoding: gzip/ ", $currentHeader) ) {639 if (preg_match("/Content-Encoding: gzip/i", $currentHeader) ) { 640 640 $is_gzipped = true; 641 641 }
