[otrs-cvs] otrs/Kernel/System TicketSearch.pm,1.13.2.4,1.13.2.5
"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
In directory lancelot:/tmp/cvs-serv25421/Kernel/System
Modified Files:
Tag: rel-3_1
TicketSearch.pm
Log Message:
Fixed wrong parameter names in POD. Changed LowerThan and LowerThanEquals into SmallerThan and SmallerThanEquals.
Author: ub
Index: TicketSearch.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/TicketSearch.pm,v
retrieving revision 1.13.2.4
retrieving revision 1.13.2.5
diff -2 -u -d -r1.13.2.4 -r1.13.2.5
--- TicketSearch.pm 9 Oct 2012 07:36:30 -0000 1.13.2.4
+++ TicketSearch.pm 10 Jan 2013 15:43:33 -0000 1.13.2.5
@@ -1,5 +1,5 @@
# --
# Kernel/System/TicketSearch.pm - all ticket search functions
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -120,6 +120,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