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.3 -r1.4 --- openacs-4/packages/file-storage/www/index-postgresql.xql 22 Sep 2001 05:55:54 -0000 1.3 +++ openacs-4/packages/file-storage/www/index-postgresql.xql 4 Dec 2001 04:59:48 -0000 1.4 @@ -8,7 +8,6 @@ select i.item_id as file_id, i.name as name, i.live_revision, - file_storage__get_path(i.item_id,file_storage__get_root_folder(:package_id)) as path, r.mime_type as type, to_char(o.last_modified,'YYYY-MM-DD HH24:MI') as last_modified, r.content_length as content_size, @@ -22,7 +21,6 @@ select i.item_id as file_id, f.label as name, 0, - file_storage__get_path(f.folder_id,null) as path, 'Folder', NULL, 0, @@ -36,3 +34,4 @@ +