[otrs-cvs] otrs/Kernel/System/DynamicField Backend.pm,1.76,1.77
"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-serv17223/Kernel/System/DynamicField
Modified Files:
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.76
retrieving revision 1.77
diff -2 -u -d -r1.76 -r1.77
--- Backend.pm 20 Dec 2012 16:07:23 -0000 1.76
+++ Backend.pm 10 Jan 2013 15:20:08 -0000 1.77
@@ -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$
@@ -1346,6 +1346,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
@@ -1485,6 +1485,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