RT 3.8.17
[freeside.git] / rt / share / html / Download / Tabular / dhandler
index 04daf81..2b9bd96 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -61,7 +61,7 @@ my @cols = $class->BasicColumns or return;
 
 #$r->content_type( 'application/octet-stream' );
 $r->content_type( 'text/plain' );
-$r->headers_out->{'Content-Disposition'} = "attachment; filename=$filename";
+$r->headers_out->{'Content-Disposition'} = "attachment";
 $m->clear_buffer();
 $m->out(join("\t", "Id", map $_->[1], @cols), "\n");
 foreach my $id (@ids) {