This commit is contained in:
Marc Delisle
2008-06-19 12:32:07 +00:00
parent 26269a4bb1
commit 5c5f66043d

View File

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