[otrs-cvs] CVS: Incident/Kernel/System Incident.pm,1.42,1.43

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


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

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

Index: Incident.pm
===================================================================
RCS file: /home/cvs/Incident/Kernel/System/Incident.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** Incident.pm	31 Oct 2006 13:53:26 -0000	1.42
--- Incident.pm	6 Dec 2006 12:01:40 -0000	1.43
***************
*** 1,5 ****
  # --
  # Kernel/System/Incident.pm - all advice functions
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/System/Incident.pm - all advice functions
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
  # --
[...1553 lines suppressed...]
+     return 1;
  }
  sub ES {
***************
*** 3733,3736 ****
--- 3827,3831 ----
      undef $S->{C};
      push (@{$S->{XMLARRAY}}, {TagType => 'End', Tag => $Element});
+     return 1;
  }
  
***************
*** 3767,3770 ****
--- 3862,3867 ----
  1;
  
+ =back
+ 
  =head1 TERMS AND CONDITIONS
  



More information about the cvs-log mailing list