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"}},
{":day", {"today", "tomorrow"}},
{":week", {"socw", "eocw"}},
{":month", {"socw", "eocw"}},
{":quarter", {"socw", "eocw"}},
{":year", {"socw", "eocw"}},
{":month", {"socm", "eocm"}},
{":quarter", {"socq", "eocq"}},
{":year", {"socy", "eocy"}},
};
if (hints.find (hint) != hints.end ())