[dev] Tpyo in imp/view.php
Etienne Goyer
etienne.goyer at linuxquebec.com
Tue Sep 30 13:43:34 PDT 2003
While browsing code, foun the followinf typo :
--- view.php.orig Tue Sep 30 16:45:37 2003
+++ view.php Tue Sep 30 16:45:46 2003
@@ -87,7 +87,7 @@
$horde_compress = &Horde_Compress::singleton('zip');
$body = $horde_compress->compress(array(array('data' => $body,
'name' => $name)));
$name .= '.zip';
- $type = 'applcation/zip';
+ $type = 'application/zip';
}
$browser->downloadHeaders($name, $type, false, strlen($body));
echo $body;
--
Etienne Goyer Linux Québec Technologies Inc.
http://www.LinuxQuebec.com etienne.goyer at linuxquebec.com
More information about the dev
mailing list