[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
- Previous message: [otrs-cvs] otrs/bin/cgi-bin customer.pl, 1.40, 1.41 index.pl, 1.86,
1.87 installer.pl, 1.26, 1.27 public.pl, 1.6, 1.7 rpc.pl, 1.4, 1.5
- Next message: [otrs-cvs] otrs/Kernel/System CustomerCompany.pm,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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',
- Previous message: [otrs-cvs] otrs/bin/cgi-bin customer.pl, 1.40, 1.41 index.pl, 1.86,
1.87 installer.pl, 1.26, 1.27 public.pl, 1.6, 1.7 rpc.pl, 1.4, 1.5
- Next message: [otrs-cvs] otrs/Kernel/System CustomerCompany.pm,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list