[otrs-cvs] otrs/Kernel/Modules AgentTicketEmail.pm, 1.50, 1.51 AgentTicketPhone.pm, 1.55, 1.56

cvs-log at otrs.org cvs-log at otrs.org
Fri Feb 1 13:14:37 GMT 2008


Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv16180/Kernel/Modules

Modified Files:
	AgentTicketEmail.pm AgentTicketPhone.pm 
Log Message:
Added missing charset to header in Ajax-Response.

Author: ub

Index: AgentTicketEmail.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketEmail.pm,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** AgentTicketEmail.pm	31 Jan 2008 06:22:12 -0000	1.50
--- AgentTicketEmail.pm	1 Feb 2008 13:14:32 -0000	1.51
***************
*** 1037,1041 ****
          );
          return $Self->{LayoutObject}->Attachment(
!             ContentType => 'text/plain',
              Content     => $JSON,
              Type        => 'inline',
--- 1037,1041 ----
          );
          return $Self->{LayoutObject}->Attachment(
!             ContentType => 'text/plain; charset=' . $Self->{LayoutObject}->{Charset},
              Content     => $JSON,
              Type        => 'inline',

Author: ub

Index: AgentTicketPhone.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketPhone.pm,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** AgentTicketPhone.pm	31 Jan 2008 06:22:12 -0000	1.55
--- AgentTicketPhone.pm	1 Feb 2008 13:14:32 -0000	1.56
***************
*** 984,988 ****
          );
          return $Self->{LayoutObject}->Attachment(
!             ContentType => 'text/plain',
              Content     => $JSON,
              Type        => 'inline',
--- 984,988 ----
          );
          return $Self->{LayoutObject}->Attachment(
!             ContentType => 'text/plain; charset=' . $Self->{LayoutObject}->{Charset},
              Content     => $JSON,
              Type        => 'inline',


More information about the cvs-log mailing list