[Codestriker-commits] CVS update: codestriker/lib/Codestriker/Action DownloadTopic.pm
Brought to you by:
sits
|
From: <si...@us...> - 2005-05-22 11:04:14
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=2261681&action=view User: sits Date: 05/05/22 04:03:58 Modified: lib/Codestriker/Action DownloadTopic.pm Log: Remove content_disposition, this stuffed up filename downloads. Index: DownloadTopic.pm =================================================================== RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Action/DownloadTopic.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- DownloadTopic.pm 23 Mar 2004 07:15:07 -0000 1.10 +++ DownloadTopic.pm 22 May 2005 11:03:58 -0000 1.11 @@ -33,7 +33,6 @@ -content_type=>'text/plain', -attachment=>"topic${topicid}.txt", -filename=>"topic${topicid}.txt", - -content_disposition=>"filename=\"topic${topicid}.txt\";", -pragma=>"Cache", -cache_control=>"Cache"); print $topic->{document}; |