From: ivan Date: Tue, 30 Sep 2003 12:48:11 +0000 (+0000) Subject: IE doesn't like downloading MIME type text/comma-separated-values X-Git-Tag: NET_WHOIS_RAW_0_31~359 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d993eaef639b1abd95973b26e7c336fc5e588041 IE doesn't like downloading MIME type text/comma-separated-values --- diff --git a/httemplate/misc/download-batch.cgi b/httemplate/misc/download-batch.cgi index ecb80d256..306ef5d63 100644 --- a/httemplate/misc/download-batch.cgi +++ b/httemplate/misc/download-batch.cgi @@ -1,6 +1,7 @@ <% -http_header('Content-Type' => 'text/comma-separated-values' ); +#http_header('Content-Type' => 'text/comma-separated-values' ); #IE chokes +http_header('Content-Type' => 'text/plain' ); for my $cust_pay_batch ( sort { $a->paybatchnum <=> $b->paybatchnum } qsearch('cust_pay_batch', {} )