From ab07bb311ae7f8781da42ee79d1e441718521a5e Mon Sep 17 00:00:00 2001 From: pabs Date: Thu, 23 Aug 2007 03:19:24 -0400 Subject: remove errant comma. --- zipstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipstream.php b/zipstream.php index 39173ec..22f0b7f 100644 --- a/zipstream.php +++ b/zipstream.php @@ -275,7 +275,7 @@ class ZipStream { $opt = $this->opt; # grab content type from options - $content_type = 'application/x-zip', + $content_type = 'application/x-zip'; if ($opt['content_type']) $content_type = $this->opt['content_type']; -- cgit v1.2.3