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.32 -r1.33 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 7 Mar 2002 06:48:53 -0000 1.32 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 7 Mar 2002 22:48:53 -0000 1.33 @@ -188,7 +188,7 @@ -select count(*) from dual where exists (select 1 from dotlrn_communities where parent_community_id = :community_id) +select 1 from dual where exists (select 1 from dotlrn_communities where parent_community_id = :community_id)