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};
  
  
  


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to