Index: openacs-4/packages/acs-subsite/tcl/application-group-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/application-group-procs-postgresql.xql,v diff -u -r1.6 -r1.6.10.1 --- openacs-4/packages/acs-subsite/tcl/application-group-procs-postgresql.xql 1 Feb 2009 21:50:21 -0000 1.6 +++ openacs-4/packages/acs-subsite/tcl/application-group-procs-postgresql.xql 28 Oct 2015 09:38:33 -0000 1.6.10.1 @@ -3,46 +3,6 @@ postgresql7.1 - - - - select case when exists ( - select 1 - from application_group_element_map - where package_id = :package_id - and element_id = :party_id - union all - select 1 - from application_groups - where package_id = :package_id - and group_id = :party_id - ) then 1 else 0 end - - - - - - - - - - select case when exists ( - select 1 - from application_group_element_map - where package_id = :package_id - and element_id = :party_id - union all - select 1 - from application_groups - where package_id = :package_id - and group_id = :party_id - ) then 1 else 0 end - - - - - -