Index: openacs-4/packages/dotlrn/tcl/test/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/test/community-procs.tcl,v diff -u -r1.5.2.4 -r1.5.2.5 --- openacs-4/packages/dotlrn/tcl/test/community-procs.tcl 1 Sep 2020 17:14:07 -0000 1.5.2.4 +++ openacs-4/packages/dotlrn/tcl/test/community-procs.tcl 1 Sep 2020 17:16:11 -0000 1.5.2.5 @@ -39,7 +39,7 @@ select case when exists (select 1 from dotlrn_communities_all c, acs_objects o where c.community_id = o.object_id - and o.security_inherit_p = 't') then 1 else 0 + and o.security_inherit_p = 't') then 1 else 0 end from dual }] }