Skip to content
Snippets Groups Projects
Commit 219b9fde authored by Nigel Kukard's avatar Nigel Kukard
Browse files

* Fixed case of template attributes

parent dd2ae069
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ userdb_get_group_attributes_query=<<EOT
FROM
@TP@group_attributes, @TP@users_to_groups
WHERE
users_to_groups.UserID = %{userdb.ID}
users_to_groups.UserID = %{userdb.id}
AND group_attributes.GroupID = users_to_groups.GroupID
EOT
......@@ -171,7 +171,7 @@ userdb_get_user_attributes_query=<<EOT
FROM
@TP@user_attributes
WHERE
UserID = %{userdb.ID}
UserID = %{userdb.id}
EOT
......
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