Index: openacs-4/packages/file-storage/www/index-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/index-postgresql.xql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/file-storage/www/index-postgresql.xql 4 Dec 2001 04:59:48 -0000 1.4 +++ openacs-4/packages/file-storage/www/index-postgresql.xql 18 Dec 2001 21:08:21 -0000 1.5 @@ -16,7 +16,7 @@ where i.item_id = o.object_id and i.parent_id = :folder_id and acs_permission__permission_p(i.item_id, :user_id, 'read') = 't' - and i.content_type = 'content_revision' + and i.content_type = 'file_storage_object' UNION select i.item_id as file_id, f.label as name,