Index: openacs-4/packages/wp-slim/www/attach-detail.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/www/attach-detail.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/wp-slim/www/attach-detail.xql 4 Oct 2001 04:29:01 -0000 1.1 +++ openacs-4/packages/wp-slim/www/attach-detail.xql 15 Nov 2001 01:47:13 -0000 1.2 @@ -11,18 +11,5 @@ - - - - - select i.live_revision, x.display - from cr_items i, cr_wp_attachments x - where x.attach_id = i.live_revision - and i.item_id = :attach_item_id - - - - -