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

fix keywordattribute relation

parent 90019aa1
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,5 @@ import("system.result");
import("Sql_lib");
var cond = SqlCondition.begin().andPrepareVars("AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ENTRY_ID", "$param.KeywordEntryId_param");
var condStr = db.translateCondition(cond.build("1 = 2"));
var condStr = db.translateCondition(cond.build("1 = 1"));
result.string(condStr);
\ 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