[otrs-cvs] otrs/Kernel/System/DynamicField Backend.pm, 1.71, 1.71.2.1
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/System/DynamicField
In directory lancelot:/tmp/cvs-serv25421/Kernel/System/DynamicField
Modified Files:
Tag: rel-3_1
Backend.pm
Log Message:
Fixed wrong parameter names in POD. Changed LowerThan and LowerThanEquals into SmallerThan and SmallerThanEquals.
Author: ub
Index: Backend.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/DynamicField/Backend.pm,v
retrieving revision 1.71
retrieving revision 1.71.2.1
diff -2 -u -d -r1.71 -r1.71.2.1
--- Backend.pm 18 Apr 2012 19:47:39 -0000 1.71
+++ Backend.pm 10 Jan 2013 15:43:33 -0000 1.71.2.1
@@ -1,5 +1,5 @@
# --
# Kernel/System/DynamicField/Backend.pm - Interface for DynamicField backends
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -1361,6 +1361,6 @@
# GreaterThan => '2001-01-01 01:01:01',
# GreaterThanEquals => '2001-01-01 01:01:01',
- # LowerThan => '2002-02-02 02:02:02',
- # LowerThanEquals => '2002-02-02 02:02:02',
+ # SmallerThan => '2002-02-02 02:02:02',
+ # SmallerThanEquals => '2002-02-02 02:02:02',
},
Display => $DisplayValue, # the value to be displayed in the search terms section
@@ -1500,6 +1500,6 @@
# GreaterThan => '2001-01-01 01:01:01',
# GreaterThanEquals => '2001-01-01 01:01:01',
- # LowerThan => '2002-02-02 02:02:02',
- # LowerThanEquals => '2002-02-02 02:02:02',
+ # SmallerThan => '2002-02-02 02:02:02',
+ # SmallerThanEquals => '2002-02-02 02:02:02',
},
};
---------------------------------------------------------------------
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