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

fix notification entity

parent 9af76f54
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ import("system.tools");
var user = tools.getCurrentUser();
var userid = user["name"];
var cond = SqlCondition.begin()
.andPrepareIfSet("ASYS_NOTIFICATIONS.USERID", userid)
var cond = newWhereIfSet("ASYS_NOTIFICATIONS.USERID", userid)
result.object(cond.translate());
\ No newline at end of file
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