[otrs-cvs] LinkObject2/Kernel/Output/HTML LayoutLinkObject2.pm, 1.6, 1.7 LinkObject2MenuGeneric.pm, 1.1, 1.2

cvs-log at otrs.org cvs-log at otrs.org
Mon Jul 2 12:40:49 GMT 2007


Comments:
Update of /home/cvs/LinkObject2/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv456/Kernel/Output/HTML

Modified Files:
	LayoutLinkObject2.pm LinkObject2MenuGeneric.pm 
Log Message:
Code cleanup.

Author: mh

Index: LayoutLinkObject2.pm
===================================================================
RCS file: /home/cvs/LinkObject2/Kernel/Output/HTML/LayoutLinkObject2.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** LayoutLinkObject2.pm	5 May 2007 18:08:45 -0000	1.6
--- LayoutLinkObject2.pm	2 Jul 2007 12:40:44 -0000	1.7
***************
*** 1,5 ****
  # --
  # Kernel/Output/HTML/LayoutLinkObject2.pm - provides generic HTML output for LinkObject2
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/Output/HTML/LayoutLinkObject2.pm - provides generic HTML output for LinkObject2
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
***************
*** 13,16 ****
--- 13,17 ----
  
  use strict;
+ use warnings;
  
  use vars qw(@ISA $VERSION);

Author: mh

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


More information about the cvs-log mailing list