This commit is contained in:
Marc Delisle
2008-06-19 12:32:07 +00:00
parent e2aa9e2ee3
commit f221eabcc3

View File

@@ -586,7 +586,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();