[otrs-cvs] ImportExport/Kernel/Modules AdminImportExport.pm, 1.16, 1.17

cvs-log at otrs.org cvs-log at otrs.org
Thu Mar 6 14:41:18 GMT 2008


Comments:
Update of /home/cvs/ImportExport/Kernel/Modules
In directory lancelot:/tmp/cvs-serv5805/Kernel/Modules

Modified Files:
	AdminImportExport.pm 
Log Message:
Fixed bug# 2753 - Admin mask delivers exported files with wrong attachment type.

Author: mh

Index: AdminImportExport.pm
===================================================================
RCS file: /home/cvs/ImportExport/Kernel/Modules/AdminImportExport.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** AdminImportExport.pm	11 Feb 2008 16:34:29 -0000	1.16
--- AdminImportExport.pm	6 Mar 2008 14:41:13 -0000	1.17
***************
*** 1248,1252 ****
  
          return $Self->{LayoutObject}->Attachment(
!             Type        => 'inline',
              Filename    => 'Export.csv',
              ContentType => 'text/csv',
--- 1248,1252 ----
  
          return $Self->{LayoutObject}->Attachment(
!             Type        => 'attachment',
              Filename    => 'Export.csv',
              ContentType => 'text/csv',


More information about the cvs-log mailing list