[Rt-commit] r12128 - in rt/branches/3.6-RELEASE: .
elacour at bestpractical.com
elacour at bestpractical.com
Wed May 7 04:06:22 EDT 2008
Author: elacour
Date: Wed May 7 04:06:21 2008
New Revision: 12128
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
Log:
r8776 at datura: manu | 2008-05-07 10:05:35 +0200
RT-Ticket: 6442
RT-Status: resolved
RT-Update: correspond
Add a more acurate description for AmbiguousDayInPast config value (thanks to
Russell Mosemann)
Modified: rt/branches/3.6-RELEASE/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.6-RELEASE/etc/RT_Config.pm.in (original)
+++ rt/branches/3.6-RELEASE/etc/RT_Config.pm.in Wed May 7 04:06:21 2008
@@ -549,8 +549,11 @@
Set($DateDayBeforeMonth , 1);
-# Should "Tuesday" default to meaning "Next Tuesday" or "Last Tuesday"?
-# Set to 0 for "Next" or 1 for "Last".
+# Should an unspecified day or year in a date refer to a future or a
+# past value? For example, should a date of "Tuesday" default to mean
+# the date for next Tuesday or last Tuesday? Should the date "March 1"
+# default to the date for next March or last March?
+# Set to 0 for the next date or 1 for the last date.
Set($AmbiguousDayInPast , 1);
More information about the Rt-commit
mailing list