[otrs-cvs] CVS: Incident/Kernel/Modules AgentIncident.pm,1.43,1.44

cvs-log at otrs.org cvs-log at otrs.org
Tue Jan 2 07:50:57 CET 2007


Update of /home/cvs/Incident/Kernel/Modules
In directory lancelot:/tmp/cvs-serv26940/Kernel/Modules

Modified Files:
	AgentIncident.pm 
Log Message:
litte changes for a better and clearner branch

Index: AgentIncident.pm
===================================================================
RCS file: /home/cvs/Incident/Kernel/Modules/AgentIncident.pm,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** AgentIncident.pm	6 Dec 2006 12:06:24 -0000	1.43
--- AgentIncident.pm	2 Jan 2007 06:50:55 -0000	1.44
***************
*** 1,5 ****
  # --
  # Kernel/Modules/AgentIncident.pm - to compose and aprove incidents
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/Modules/AgentIncident.pm - to compose and aprove incidents
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
  # --
  # $Id$
***************
*** 2833,2837 ****
                      # ARG Start
                      foreach $SubKey (keys %{$Data{EventSystemProcessARG}{$Param{EventID}}{$Param{SystemID}}{$Key}}) {
!                         $DataUpdate{"EventSystemProcessARG$HashKeys[$Key][$SubKey]"} = $Self->{ParamObject}->GetParam(Param => "EventSystemProcessARG[$Key][$SubKey]");
                          if ($Self->{ParamObject}->GetParam(Param => 'DeleteSystemProcessARG[' . $Key . '][' . $SubKey . ']')) {
                              if (!$Self->{IncidentObject}->EventDataDelete(
--- 2833,2837 ----
                      # ARG Start
                      foreach $SubKey (keys %{$Data{EventSystemProcessARG}{$Param{EventID}}{$Param{SystemID}}{$Key}}) {
!                         $DataUpdate{"EventSystemProcessARG".$HashKeys."[$Key][$SubKey]"} = $Self->{ParamObject}->GetParam(Param => "EventSystemProcessARG[$Key][$SubKey]");
                          if ($Self->{ParamObject}->GetParam(Param => 'DeleteSystemProcessARG[' . $Key . '][' . $SubKey . ']')) {
                              if (!$Self->{IncidentObject}->EventDataDelete(
***************
*** 2851,2855 ****
                      # ENV Start
                      foreach $SubKey (keys %{$Data{EventSystemProcessENV}{$Param{EventID}}{$Param{SystemID}}{$Key}}) {
!                         $DataUpdate{"EventSystemProcessENV$HashKeys[$Key][$SubKey]"} = $Self->{ParamObject}->GetParam(Param => "EventSystemProcessENV[$Key][$SubKey]");
                          if ($Self->{ParamObject}->GetParam(Param => 'DeleteSystemProcessENV[' . $Key . '][' . $SubKey . ']')) {
                              if (!$Self->{IncidentObject}->EventDataDelete(
--- 2851,2855 ----
                      # ENV Start
                      foreach $SubKey (keys %{$Data{EventSystemProcessENV}{$Param{EventID}}{$Param{SystemID}}{$Key}}) {
!                         $DataUpdate{"EventSystemProcessENV" . $HashKeys . "[$Key][$SubKey]"} = $Self->{ParamObject}->GetParam(Param => "EventSystemProcessENV[$Key][$SubKey]");
                          if ($Self->{ParamObject}->GetParam(Param => 'DeleteSystemProcessENV[' . $Key . '][' . $SubKey . ']')) {
                              if (!$Self->{IncidentObject}->EventDataDelete(



More information about the cvs-log mailing list