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.183.2.3 -r1.183.2.3.4.1 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 21 Feb 2004 02:36:51 -0000 1.183.2.3 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 13 May 2004 15:08:26 -0000 1.183.2.3.4.1 @@ -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] }