Index: openacs-4/packages/acs-subsite/tcl/attribute-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/attribute-procs-oracle.xql,v diff -u -r1.3.30.1 -r1.3.30.2 --- openacs-4/packages/acs-subsite/tcl/attribute-procs-oracle.xql 27 Oct 2015 22:56:30 -0000 1.3.30.1 +++ openacs-4/packages/acs-subsite/tcl/attribute-procs-oracle.xql 28 Oct 2015 09:38:33 -0000 1.3.30.2 @@ -4,23 +4,6 @@ oracle8.1.6 - - - - select case when exists (select 1 - from acs_attributes a - where (a.attribute_name = :attribute - or a.column_name = :attribute) - and a.object_type = :object_type) - then 1 - else 0 - end - from dual - - - - -