Index: openacs-4/contrib/packages/bcms/tcl/bcms-item-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/bcms/tcl/bcms-item-procs.xql,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/bcms/tcl/bcms-item-procs.xql 14 May 2003 15:34:59 -0000 1.1 +++ openacs-4/contrib/packages/bcms/tcl/bcms-item-procs.xql 4 Aug 2003 11:19:46 -0000 1.2 @@ -26,18 +26,10 @@ - + + + select table_name from acs_object_types where object_type = :content_type + + - - - select i.item_id, i.live_revision, i.latest_revision, - i.content_type, i.storage_type, i.publish_status - $addtnl_select - from cr_items i $addtnl_from - where i.parent_id = :parent_id - and i.name = :name - $addtnl_where - - -