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 -r1.85 -r1.86 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 29 Jun 2004 10:17:54 -0000 1.85 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 28 Jul 2004 07:21:05 -0000 1.86 @@ -269,6 +269,37 @@ + + + update dotlrn_communities_all + set community_type = :community_type + where community_id = :community_id + + + + + + select + portal_id + from + dotlrn_portal_types_map + where + type = :community_type + + + + + + update portals + set template_id = :portal_id + where portal_id = ( + select portal_id + from dotlrn_communities + where community_id = :community_id + ) + + + select 1 @@ -604,4 +635,11 @@ + + + select 1 + from dotlrn_community_types + where community_type = :community_type + +