web: fix inacctsonly: with spaces
This commit is contained in:
parent
73e5088cbe
commit
05cd38458b
@ -109,7 +109,7 @@ parseQuery d s = (m,qopts)
|
|||||||
|
|
||||||
-- keep synced with patterns below, excluding "not"
|
-- keep synced with patterns below, excluding "not"
|
||||||
prefixes = map (++":") [
|
prefixes = map (++":") [
|
||||||
"inacct","inaccts",
|
"inacct","inaccts","inacctsonly",
|
||||||
"desc","acct","date","edate","status","real","empty","depth"
|
"desc","acct","date","edate","status","real","empty","depth"
|
||||||
]
|
]
|
||||||
defaultprefix = "acct"
|
defaultprefix = "acct"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user