helper: Corrected hint ranges now that libshared supports it

This commit is contained in:
Paul Beckingham 2016-04-22 22:42:44 -04:00
parent ae1b73bae5
commit b8adbdb1ad

View file

@ -100,9 +100,9 @@ bool expandIntervalHint (
{":yesterday", {"yesterday", "today"}}, {":yesterday", {"yesterday", "today"}},
{":day", {"today", "tomorrow"}}, {":day", {"today", "tomorrow"}},
{":week", {"socw", "eocw"}}, {":week", {"socw", "eocw"}},
{":month", {"socw", "eocw"}}, {":month", {"socm", "eocm"}},
{":quarter", {"socw", "eocw"}}, {":quarter", {"socq", "eocq"}},
{":year", {"socw", "eocw"}}, {":year", {"socy", "eocy"}},
}; };
if (hints.find (hint) != hints.end ()) if (hints.find (hint) != hints.end ())