Index: openacs-4/contrib/packages/classified-ads/tcl/classified-ads-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/classified-ads/tcl/classified-ads-procs.xql,v diff -u -r1.4 -r1.5 --- openacs-4/contrib/packages/classified-ads/tcl/classified-ads-procs.xql 30 Jul 2003 04:56:41 -0000 1.4 +++ openacs-4/contrib/packages/classified-ads/tcl/classified-ads-procs.xql 31 Jul 2003 01:24:31 -0000 1.5 @@ -51,29 +51,6 @@ - - - - select aa.attribute_id, - coalesce(aa.column_name, aa.attribute_name) as column_name, - aa.default_value, - coalesce(aa.table_name,at.table_name) as table_name, - aa.storage, - aa.datatype - from acs_attributes aa, - ca_attributes ca, - acs_object_types at - where aa.attribute_id = ca.attribute_id and - (ca.package_id = :package_id or - ca.sitewide_p = 't') and - aa.object_type = :content_type and - at.object_type = :content_type - $storage_stub - - - - -