Index: openacs-4/packages/dotlrn/www/members-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/members-chunk.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/dotlrn/www/members-chunk.tcl 23 Oct 2002 12:38:39 -0000 1.16 +++ openacs-4/packages/dotlrn/www/members-chunk.tcl 9 Oct 2003 12:46:10 -0000 1.17 @@ -49,6 +49,10 @@ } } +# Used in I18N message lookups in adp +set parent_community_name [dotlrn_community::get_parent_name -community_id $community_id] +set community_name [dotlrn_community::get_community_name $community_id] + # Get all users for this community, including role set community_members [dotlrn_community::list_users $community_id]