- Disabled ambiguous date parsing. Ain't nobody got time for that.
This commit is contained in:
Paul Beckingham 2014-06-08 16:20:31 -04:00
parent 20d4e37b40
commit 63eb32d177

View file

@ -2023,6 +2023,7 @@ void Task::modify (modType type, bool text_required /* = false */)
Eval e;
e.addSource (domSource);
e.addSource (namedDates);
e.ambiguity (false);
contextTask = *this;
Variant v;
@ -2056,6 +2057,7 @@ void Task::modify (modType type, bool text_required /* = false */)
Eval e;
e.addSource (domSource);
e.addSource (namedDates);
e.ambiguity (false);
contextTask = *this;
Variant v;
@ -2074,6 +2076,7 @@ void Task::modify (modType type, bool text_required /* = false */)
Eval e;
e.addSource (domSource);
e.addSource (namedDates);
e.ambiguity (false);
contextTask = *this;
Variant v;
@ -2092,6 +2095,7 @@ void Task::modify (modType type, bool text_required /* = false */)
Eval e;
e.addSource (domSource);
e.addSource (namedDates);
e.ambiguity (false);
contextTask = *this;
Variant v;
@ -2116,6 +2120,7 @@ void Task::modify (modType type, bool text_required /* = false */)
Eval e;
e.addSource (domSource);
e.addSource (namedDates);
e.ambiguity (false);
contextTask = *this;
Variant v;