Skip to content
Snippets Groups Projects
Commit 96fee07d authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix keywordEntry

parent d11927bf
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,5 @@ if (vars.getString("$param.WhitelistIds_param"))
cond.and("1=2"); // force empty result if whitelist is empty
}
//TODO: use a preparedCondition (.build instead of .translate) when available #1030812 #1034026
result.string(cond.translate("1 = 1"));
\ No newline at end of file
//TODO: use a preparedCondition (.build instead of .toString) when available #1030812 #1034026
result.string(cond.toString());
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment