[otrs-cvs] ITSMService/Kernel/Output/HTML ITSMSLAMenuGeneric.pm, 1.1, 1.2 ITSMServiceMenuGeneric.pm, 1.1, 1.2 LinkObject2LayoutService.pm, 1.2, 1.3

cvs-log at otrs.org cvs-log at otrs.org
Mon Jul 2 14:03:40 GMT 2007


Comments:
Update of /home/cvs/ITSMService/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv4869/Kernel/Output/HTML

Modified Files:
	ITSMSLAMenuGeneric.pm ITSMServiceMenuGeneric.pm 
	LinkObject2LayoutService.pm 
Log Message:
Code cleanup.

Author: mh

Index: ITSMSLAMenuGeneric.pm
===================================================================
RCS file: /home/cvs/ITSMService/Kernel/Output/HTML/ITSMSLAMenuGeneric.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ITSMSLAMenuGeneric.pm	6 Apr 2007 21:38:49 -0000	1.1
--- ITSMSLAMenuGeneric.pm	2 Jul 2007 14:03:35 -0000	1.2
***************
*** 1,5 ****
  # --
  # Kernel/Output/HTML/ITSMSLAMenuGeneric.pm
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/Output/HTML/ITSMSLAMenuGeneric.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
***************
*** 13,16 ****
--- 13,17 ----
  
  use strict;
+ use warnings;
  
  use vars qw($VERSION);

Author: mh

Index: ITSMServiceMenuGeneric.pm
===================================================================
RCS file: /home/cvs/ITSMService/Kernel/Output/HTML/ITSMServiceMenuGeneric.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ITSMServiceMenuGeneric.pm	6 Apr 2007 16:35:47 -0000	1.1
--- ITSMServiceMenuGeneric.pm	2 Jul 2007 14:03:35 -0000	1.2
***************
*** 1,5 ****
  # --
  # Kernel/Output/HTML/ITSMServiceMenuGeneric.pm
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/Output/HTML/ITSMServiceMenuGeneric.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
***************
*** 13,16 ****
--- 13,17 ----
  
  use strict;
+ use warnings;
  
  use vars qw($VERSION);

Author: mh

Index: LinkObject2LayoutService.pm
===================================================================
RCS file: /home/cvs/ITSMService/Kernel/Output/HTML/LinkObject2LayoutService.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LinkObject2LayoutService.pm	16 Jun 2007 12:18:45 -0000	1.2
--- LinkObject2LayoutService.pm	2 Jul 2007 14:03:35 -0000	1.3
***************
*** 13,16 ****
--- 13,17 ----
  
  use strict;
+ use warnings;
  
  use Kernel::System::GeneralCatalog;


More information about the cvs-log mailing list