[otrs-cvs] ITSMLocation/Kernel/Modules AdminITSMLocation.pm, 1.8, 1.9 AgentITSMLocation.pm, 1.3, 1.4 AgentITSMLocationZoom.pm, 1.6, 1.7

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/Modules
In directory lancelot:/tmp/cvs-serv10049/Kernel/Modules

Modified Files:
	AdminITSMLocation.pm AgentITSMLocation.pm 
	AgentITSMLocationZoom.pm 
Log Message:
Code cleanup.

Author: mh

Index: AdminITSMLocation.pm
===================================================================
RCS file: /home/cvs/ITSMLocation/Kernel/Modules/AdminITSMLocation.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** AdminITSMLocation.pm	15 Jun 2007 16:31:59 -0000	1.8
--- AdminITSMLocation.pm	2 Jul 2007 15:39:38 -0000	1.9
***************
*** 13,16 ****
--- 13,17 ----
  
  use strict;
+ use warnings;
  
  use Kernel::System::GeneralCatalog;

Author: mh

Index: AgentITSMLocation.pm
===================================================================
RCS file: /home/cvs/ITSMLocation/Kernel/Modules/AgentITSMLocation.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AgentITSMLocation.pm	6 Apr 2007 21:42:13 -0000	1.3
--- AgentITSMLocation.pm	2 Jul 2007 15:39:38 -0000	1.4
***************
*** 1,5 ****
  # --
  # Kernel/Modules/AgentITSMLocation.pm - the OTRS::ITSM Location module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/Modules/AgentITSMLocation.pm - the OTRS::ITSM Location module
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
***************
*** 13,16 ****
--- 13,17 ----
  
  use strict;
+ use warnings;
  
  use Kernel::System::GeneralCatalog;

Author: mh

Index: AgentITSMLocationZoom.pm
===================================================================
RCS file: /home/cvs/ITSMLocation/Kernel/Modules/AgentITSMLocationZoom.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** AgentITSMLocationZoom.pm	15 Jun 2007 16:31:59 -0000	1.6
--- AgentITSMLocationZoom.pm	2 Jul 2007 15:39:38 -0000	1.7
***************
*** 13,16 ****
--- 13,17 ----
  
  use strict;
+ use warnings;
  
  use Kernel::System::GeneralCatalog;


More information about the cvs-log mailing list