[otrs-cvs] ITSMTicket/Kernel/Output/HTML
TicketMenuAddtlITSMField.pm, 1.1, 1.2 TicketMenuDecision.pm,
1.1, 1.2
cvs-log at otrs.org
cvs-log at otrs.org
Mon Jul 2 15:00:10 GMT 2007
Comments:
Update of /home/cvs/ITSMTicket/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv7946/Kernel/Output/HTML
Modified Files:
TicketMenuAddtlITSMField.pm TicketMenuDecision.pm
Log Message:
Code cleanup.
Author: mh
Index: TicketMenuAddtlITSMField.pm
===================================================================
RCS file: /home/cvs/ITSMTicket/Kernel/Output/HTML/TicketMenuAddtlITSMField.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TicketMenuAddtlITSMField.pm 5 Feb 2007 11:16:37 -0000 1.1
--- TicketMenuAddtlITSMField.pm 2 Jul 2007 15:00:05 -0000 1.2
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/TicketMenuAddtlITSMField.pm
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/TicketMenuAddtlITSMField.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: TicketMenuDecision.pm
===================================================================
RCS file: /home/cvs/ITSMTicket/Kernel/Output/HTML/TicketMenuDecision.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TicketMenuDecision.pm 2 Feb 2007 20:32:39 -0000 1.1
--- TicketMenuDecision.pm 2 Jul 2007 15:00:05 -0000 1.2
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/TicketMenuDecision.pm
! # Copyright (C) 2003-2007 OTRS GmbH, http://otrs.com/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/TicketMenuDecision.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