This commit is contained in:
Manuel Simon Hirsig
2016-08-02 02:39:25 +02:00
parent 90869c1af3
commit 4c237cdd67
+1 -1
View File
@@ -401,7 +401,7 @@ function public.query(query_string)
tinsert(suggestions, 'and')
tinsert(suggestions, 'or')
tinsert(suggestions, 'not')
return nil, {}, 'Malformed expression' --, i > getn(parts) and suggestions
return nil, suggestions, 'Malformed expression' --, i > getn(parts) and suggestions TODO
end
return {