[otrs-cvs] otrs/Kernel/Modules AgentTicketCompose.pm, 1.22.2.2,
1.22.2.3
cvs-log at otrs.org
cvs-log at otrs.org
Thu Apr 5 08:02:38 GMT 2007
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv12763/Kernel/Modules
Modified Files:
Tag: rel-2_1
AgentTicketCompose.pm
Log Message:
Fixed not working crypt/sign option in AgentTicketCompose mask.
Author: martin
Index: AgentTicketCompose.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketCompose.pm,v
retrieving revision 1.22.2.2
retrieving revision 1.22.2.3
diff -C2 -d -r1.22.2.2 -r1.22.2.3
*** AgentTicketCompose.pm 22 Feb 2007 09:02:49 -0000 1.22.2.2
--- AgentTicketCompose.pm 5 Apr 2007 08:02:33 -0000 1.22.2.3
***************
*** 797,800 ****
--- 797,805 ----
);
# get params
+ foreach (sort keys %{$Param{GetParam}}) {
+ if (!$Param{GetParam}->{$_} && $Param{$_}) {
+ $Param{GetParam}->{$_} = $Param{$_};
+ }
+ }
foreach ($Object->Option(%Param, %{$Param{GetParam}}, Config => $Jobs{$Job})) {
$Param{GetParam}->{$_} = $Self->{ParamObject}->GetParam(Param => $_);
More information about the cvs-log
mailing list