Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.184 -r1.185 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 20 Apr 2004 21:13:18 -0000 1.184 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 17 May 2004 15:15:02 -0000 1.185 @@ -665,6 +665,13 @@ } { Returns list of admin users } { + set bio_attribute_id [db_string bio_attribute_id { + select attribute_id + from acs_attributes + where object_type = 'person' + and attribute_name = 'bio' + }] + return [list_users -rel_type dotlrn_admin_rel $community_id] }