Index: openacs-4/packages/file-storage/www/view/index-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/view/index-oracle.xql,v diff -u -N -r1.1.4.3 -r1.1.4.4 --- openacs-4/packages/file-storage/www/view/index-oracle.xql 6 Mar 2005 11:09:31 -0000 1.1.4.3 +++ openacs-4/packages/file-storage/www/view/index-oracle.xql 6 Mar 2005 14:18:17 -0000 1.1.4.4 @@ -18,10 +18,10 @@ from cr_revisions r, cr_items i where r.item_id = i.item_id and r.title = :item_url_title - and i.parent_id = (select item_id + and i.parent_id in (select item_id from cr_items where name = :item_url_folder - and parent_id = (select item_id + and parent_id in (select item_id from cr_items where name = :item_url_parent_folder)) and rownum = 1