Index: openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.xql,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn/www/admin/community-members-add-to-community.xql 17 Oct 2002 11:45:48 -0000 1.1.2.1 @@ -0,0 +1,13 @@ + + + + + + + select pretty_name + from dotlrn_communities + where community_id = :source_community_id + + + +