This commit is contained in:
Marc Delisle
2008-06-19 12:32:07 +00:00
parent be10c2988f
commit 667300c989

View File

@@ -585,7 +585,7 @@ if (!empty($asfile)) {
} }
// Do the compression // Do the compression
// 1. as a gzipped file // 1. as a zipped file
if ($compression == 'zip') { if ($compression == 'zip') {
if (@function_exists('gzcompress')) { if (@function_exists('gzcompress')) {
$zipfile = new zipfile(); $zipfile = new zipfile();