Index: openacs-4/packages/wp-slim/www/attach-list.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/www/attach-list.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/wp-slim/www/attach-list.xql 4 Oct 2001 04:29:01 -0000 1.1 +++ openacs-4/packages/wp-slim/www/attach-list.xql 15 Nov 2001 01:47:13 -0000 1.2 @@ -18,7 +18,7 @@ select name, item_id from cr_items - where content_type = 'cr_wp_attachment' + where content_type in ('cr_wp_image_attachment', 'cr_wp_file_attachment') and parent_id = :slide_item_id