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.47 -r1.48 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 4 Apr 2002 14:55:50 -0000 1.47 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 11 Apr 2002 02:36:04 -0000 1.48 @@ -40,7 +40,7 @@ - + select dotlrn_communities.parent_community_id from dotlrn_communities @@ -244,13 +244,13 @@ - + select community_type from dotlrn_community_types where package_id= :package_id - + select community_type from dotlrn_communities where community_id=:community_id @@ -270,7 +270,7 @@ - select community_id as sc_id, + select dotlrn_communities.community_id as sc_id, decode(acs_permission.permission_p(community_id, :user_id, 'admin'), 'f', 0, 1) as admin_p, decode(dotlrn_community.member_p(community_id, :user_id), 'f', 0, 1) as member_p, decode(dotlrn_community.has_subcomm_p(community_id), 'f', 0, 1) as has_subcomm_p, @@ -345,7 +345,7 @@ - + select portal_template_id from dotlrn_communities where community_id= :community_id