From 667300c9893bc63c9dbc455087fc1436ac745c4a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 19 Jun 2008 12:32:07 +0000 Subject: [PATCH] typo --- export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export.php b/export.php index ce3c07bb1..5c882dc10 100644 --- a/export.php +++ b/export.php @@ -585,7 +585,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();