From 63eb32d1775362c561914a45670a0d148be36529 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 8 Jun 2014 16:20:31 -0400 Subject: [PATCH] Task - Disabled ambiguous date parsing. Ain't nobody got time for that. --- src/Task.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Task.cpp b/src/Task.cpp index 14475ea77..222b7afa7 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -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;