[otrs-cvs] ITSMService/Kernel/Modules AgentITSMSLAZoom.pm, 1.2, 1.3 AgentITSMService.pm, 1.3, 1.4 AgentITSMServiceZoom.pm, 1.4, 1.5

cvs-log at otrs.org cvs-log at otrs.org
Mon Jul 2 14:02:57 GMT 2007


Comments:
Update of /home/cvs/ITSMService/Kernel/Modules
In directory lancelot:/tmp/cvs-serv4810/Kernel/Modules

Modified Files:
	AgentITSMSLAZoom.pm AgentITSMService.pm 
	AgentITSMServiceZoom.pm 
Log Message:
Code cleanup.

Author: mh

Index: AgentITSMSLAZoom.pm
===================================================================
RCS file: /home/cvs/ITSMService/Kernel/Modules/AgentITSMSLAZoom.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AgentITSMSLAZoom.pm	7 Apr 2007 12:44:00 -0000	1.2
--- AgentITSMSLAZoom.pm	2 Jul 2007 14:02:52 -0000	1.3
***************
*** 1,5 ****
  # --
  # Kernel/Modules/AgentITSMSLAZoom.pm - the OTRS::ITSM SLA zoom module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/Modules/AgentITSMSLAZoom.pm - the OTRS::ITSM SLA zoom 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: AgentITSMService.pm
===================================================================
RCS file: /home/cvs/ITSMService/Kernel/Modules/AgentITSMService.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AgentITSMService.pm	6 Apr 2007 21:40:36 -0000	1.3
--- AgentITSMService.pm	2 Jul 2007 14:02:52 -0000	1.4
***************
*** 1,5 ****
  # --
  # Kernel/Modules/AgentITSMService.pm - the OTRS::ITSM Service module
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/Modules/AgentITSMService.pm - the OTRS::ITSM Service 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: AgentITSMServiceZoom.pm
===================================================================
RCS file: /home/cvs/ITSMService/Kernel/Modules/AgentITSMServiceZoom.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AgentITSMServiceZoom.pm	15 Jun 2007 13:20:05 -0000	1.4
--- AgentITSMServiceZoom.pm	2 Jul 2007 14:02:52 -0000	1.5
***************
*** 13,16 ****
--- 13,17 ----
  
  use strict;
+ use warnings;
  
  use Kernel::System::GeneralCatalog;


More information about the cvs-log mailing list