Commit 57c3cb26 authored by Frank Bergmann's avatar Frank Bergmann

- fixed issue when parents returns more then one item

parent e536b5dc
......@@ -630,7 +630,7 @@ ad_proc -public im_conf_item_list_component {
if {[string is integer $member_id] && $member_id > 0} {
# Get the list of CIs who are directly associated with $member_id
set new_parents [db_string user_conf_items "
set new_parents [db_list user_conf_items "
select ci.conf_item_id
from im_conf_items ci,
acs_rels r
......
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