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.26 -r1.27 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 12 Feb 2002 19:08:08 -0000 1.26 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 14 Feb 2002 19:43:11 -0000 1.27 @@ -192,6 +192,18 @@ + + +select parent_community_id from dotlrn_communities where community_id = :community_id + + + + + +select community_id as subcomm_id from dotlrn_communities where parent_community_id = :community_id + + + select package_id from dotlrn_community_types where community_type= :community_type @@ -226,6 +238,13 @@ + + +select description from dotlrn_communities where community_id= :community_id + + + + select portal_template_id from dotlrn_communities where community_id= :community_id