[otrs-cvs] CVS: Incident/Kernel/System/LinkObject Event.pm,1.3,1.4

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/LinkObject
In directory lancelot:/tmp/cvs-serv2091/Kernel/System/LinkObject

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

Index: Event.pm
===================================================================
RCS file: /home/cvs/Incident/Kernel/System/LinkObject/Event.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Event.pm	11 Jul 2006 06:17:16 -0000	1.3
--- Event.pm	6 Dec 2006 12:01:40 -0000	1.4
***************
*** 1,5 ****
  # --
  # Kernel/System/LinkObject/Event.pm - to link event objects
! # Copyright (C) 2001-2004 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/System/LinkObject/Event.pm - to link event objects
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
  # --
  # $Id$
***************
*** 13,17 ****
  
  use strict;
- #use Kernel::System::Vulnerability;
  
  use vars qw($VERSION);
--- 13,16 ----
***************
*** 30,34 ****
      foreach (qw(ID UserID)) {
          if (!$Param{$_}) {
!              $Self->{LogObject}->Log(Priority => 'error', Message => "Need $_!");
              return;
          }
--- 29,33 ----
      foreach (qw(ID UserID)) {
          if (!$Param{$_}) {
!             $Self->{LogObject}->Log(Priority => 'error', Message => "Need $_!");
              return;
          }
***************
*** 56,59 ****
      return 1;
  }
- 1;
  
--- 55,58 ----
      return 1;
  }
  
+ 1;



More information about the cvs-log mailing list