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.50 -r1.51 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 16 Apr 2002 13:53:52 -0000 1.50 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 18 Apr 2002 17:36:01 -0000 1.51 @@ -46,7 +46,7 @@ - + select dotlrn_communities.parent_community_id from dotlrn_communities @@ -250,19 +250,19 @@ - + select community_type from dotlrn_community_types where package_id= :package_id - + select community_type from dotlrn_communities where community_id=:community_id - + select 1 from dual where exists (select 1 from dotlrn_communities where parent_community_id = :community_id) @@ -315,7 +315,7 @@ - + select pretty_name from dotlrn_communities where community_id= :community_id @@ -351,7 +351,7 @@ - + select portal_template_id from dotlrn_communities where community_id= :community_id