Index: openacs-4/packages/dotlrn/tcl/community-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.xql,v diff -u -N -r1.76 -r1.77 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 26 Jul 2002 00:25:56 -0000 1.76 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 30 Jul 2002 18:29:27 -0000 1.77 @@ -26,6 +26,12 @@ + + + select package_id from dotlrn_community_types where community_type= :community_type + + + update dotlrn_communities_all set package_id= :package_id where community_id= :community_id @@ -160,7 +166,7 @@ and registered_users.user_id not in (select dm.user_id from dotlrn_member_rels_full dm where dm.community_id = :subcomm_id) - order by dotlrn_member_rels_approved.rel_type + order by dotlrn_member_rels_approved.rel_type, registered_users.last_name