Index: openacs-4/packages/cms/tcl/publish-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/publish-procs.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/cms/tcl/publish-procs.xql 11 Aug 2001 17:41:34 -0000 1.1 +++ openacs-4/packages/cms/tcl/publish-procs.xql 17 Sep 2001 05:16:40 -0000 1.2 @@ -9,58 +9,4 @@ - - - - select - child_id - from - cr_child_rels r, cr_items i - where - r.parent_id = :main_item_id - and - r.relation_tag = :relation_tag - and - i.item_id = r.child_id - order by - order_n - - - - - - - - select - related_object_id - from - cr_item_rels r, cr_items i - where - r.item_id = :main_item_id - and - r.relation_tag = :relation_tag - and - i.item_id = r.related_object_id - order by - r.order_n - - - - - - - - select - im.width, im.height, r.title as image_alt - from - images im, cr_revisions r - where - im.image_id = :revision_id - and - r.revision_id = :revision_id - - - - -