Commit 80e2ed2c authored by Frank Bergmann's avatar Frank Bergmann

- Fixed simple survey admin page

parent 4aed7392
......@@ -57,7 +57,7 @@ set table_header "
\n"
set group_list_sql {
set group_list_sql "
select DISTINCT
g.group_name,
g.group_id,
......@@ -71,7 +71,7 @@ set group_list_sql {
g.group_id = p.profile_id and
(o.object_type = 'im_profile' OR o.object_id = -2) and
g.group_id != [im_profile_po_admins]
}
"
set main_sql_select ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment