From f221eabcc300a8446db0eb84b96088120abc4a64 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 79fb4888fd..347539f5f0 100644 --- a/export.php +++ b/export.php @@ -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(); -- 2.11.4.GIT