[otrs-cvs] otrs/Kernel/Output/HTML DashboardTicketGeneric.pm, 1.53, 1.54
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv17223/Kernel/Output/HTML
Modified Files:
DashboardTicketGeneric.pm
Log Message:
Fixed wrong parameter names in POD. Changed LowerThan and LowerThanEquals into SmallerThan and SmallerThanEquals.
Author: ub
Index: DashboardTicketGeneric.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/DashboardTicketGeneric.pm,v
retrieving revision 1.53
retrieving revision 1.54
diff -2 -u -d -r1.53 -r1.54
--- DashboardTicketGeneric.pm 5 Dec 2012 15:27:28 -0000 1.53
+++ DashboardTicketGeneric.pm 10 Jan 2013 15:20:08 -0000 1.54
@@ -1,5 +1,5 @@
# --
# Kernel/Output/HTML/DashboardTicketGeneric.pm
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -151,6 +151,6 @@
# DynamicField_NameX_GreaterThan=2001-01-01 01:01:01;
# DynamicField_NameX_GreaterThanEquals=2001-01-01 01:01:01;
- # DynamicField_NameX_LowerThan=2002-02-02 02:02:02;
- # DynamicField_NameX_LowerThanEquals=2002-02-02 02:02:02;
+ # DynamicField_NameX_SmallerThan=2002-02-02 02:02:02;
+ # DynamicField_NameX_SmallerThanEquals=2002-02-02 02:02:02;
elsif ( $Key =~ m{\A (DynamicField_.+?) _ (.+?) \z}sxm ) {
$DynamicFieldsParameters{$1}->{$2} = $Value;
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log