[otrs-cvs] CVS: Incident/Kernel/Modules AgentIncident.pm,1.41,1.42

cvs-log at otrs.org cvs-log at otrs.org
Wed Dec 6 13:01:42 CET 2006


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

Modified Files:
	AgentIncident.pm 
Log Message:
new codestyle, removed little bugs, tuned for using by the OPMS-module

Index: AgentIncident.pm
===================================================================
RCS file: /home/cvs/Incident/Kernel/Modules/AgentIncident.pm,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** AgentIncident.pm	6 Sep 2006 06:51:46 -0000	1.41
--- AgentIncident.pm	6 Dec 2006 12:01:40 -0000	1.42
***************
*** 1,5 ****
  # --
  # Kernel/Modules/AgentIncident.pm - to compose and aprove incidents
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/Modules/AgentIncident.pm - to compose and aprove incidents
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
  # --
[...2327 lines suppressed...]
*** 6333,6337 ****
      $Ready[3] = 1;
      foreach $Key (qw(FinalClassificationID AttackCategoryID ConfidenceID PriorityID
!                      ActivityStateID DetailSpecificationRemark AdditionalData IncidentDescription)) {
          if ($Param{'Required' . $Key} && !$Param{$Key}) {
              $Ready[3] = 0;
--- 6444,6449 ----
      $Ready[3] = 1;
      foreach $Key (qw(FinalClassificationID AttackCategoryID ConfidenceID PriorityID
!         ActivityStateID DetailSpecificationRemark AdditionalData IncidentDescription
!     )) {
          if ($Param{'Required' . $Key} && !$Param{$Key}) {
              $Ready[3] = 0;
***************
*** 6905,6907 ****
--- 7017,7020 ----
      return 1;
  }
+ 
  1;



More information about the cvs-log mailing list