Index: openacs-4/contrib/packages/classified-ads/tcl/ads-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/classified-ads/tcl/ads-procs.xql,v diff -u -r1.4 -r1.5 --- openacs-4/contrib/packages/classified-ads/tcl/ads-procs.xql 21 Jul 2003 05:23:56 -0000 1.4 +++ openacs-4/contrib/packages/classified-ads/tcl/ads-procs.xql 24 Jul 2003 01:14:44 -0000 1.5 @@ -43,27 +43,6 @@ - - - - select cawv.*, - aa.default_value, - aa.attribute_name, - aa.datatype - from acs_attributes aa, - ca_attribute_widget_values cawv, - ca_attributes ca - where aa.attribute_id = cawv.attribute_id and - ca.attribute_id = aa.attribute_id and - aa.object_type = :content_type and - cawv.enabled_p = 't' and - (ca.sitewide_p = 't' or - ca.package_id = :package_id) - order by aa.sort_order asc - - - -