[otrs-cvs] ITSMLocation/Kernel/Output/HTML
ITSMLocationMenuGeneric.pm, 1.1.1.1,
1.2 LinkObject2LayoutITSMLocation.pm, 1.5, 1.6
cvs-log at otrs.org
cvs-log at otrs.org
Mon Jul 2 15:39:43 GMT 2007
Comments:
Update of /home/cvs/ITSMLocation/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv10049/Kernel/Output/HTML
Modified Files:
ITSMLocationMenuGeneric.pm LinkObject2LayoutITSMLocation.pm
Log Message:
Code cleanup.
Author: mh
Index: ITSMLocationMenuGeneric.pm
===================================================================
RCS file: /home/cvs/ITSMLocation/Kernel/Output/HTML/ITSMLocationMenuGeneric.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ITSMLocationMenuGeneric.pm 6 Apr 2007 15:27:33 -0000 1.1.1.1
--- ITSMLocationMenuGeneric.pm 2 Jul 2007 15:39:38 -0000 1.2
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/ITSMLocationMenuGeneric.pm
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/ITSMLocationMenuGeneric.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: LinkObject2LayoutITSMLocation.pm
===================================================================
RCS file: /home/cvs/ITSMLocation/Kernel/Output/HTML/LinkObject2LayoutITSMLocation.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** LinkObject2LayoutITSMLocation.pm 15 Jun 2007 16:31:59 -0000 1.5
--- LinkObject2LayoutITSMLocation.pm 2 Jul 2007 15:39:38 -0000 1.6
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
use Kernel::System::GeneralCatalog;
More information about the cvs-log
mailing list