web: fix inacctsonly: with spaces

This commit is contained in:
Simon Michael 2011-06-24 19:15:00 +00:00
parent 73e5088cbe
commit 05cd38458b

View File

@ -109,7 +109,7 @@ parseQuery d s = (m,qopts)
-- keep synced with patterns below, excluding "not"
prefixes = map (++":") [
"inacct","inaccts",
"inacct","inaccts","inacctsonly",
"desc","acct","date","edate","status","real","empty","depth"
]
defaultprefix = "acct"