Index: openacs-4/packages/file-storage/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/index.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/file-storage/www/index.tcl 24 Sep 2001 20:21:24 -0000 1.5 +++ openacs-4/packages/file-storage/www/index.tcl 4 Dec 2001 04:59:48 -0000 1.6 @@ -51,7 +51,6 @@ select i.item_id as file_id, r.title as name, i.live_revision, - content_item.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, @@ -66,7 +65,6 @@ select i.item_id as file_id, f.label as name, 0, - content_item.get_path(f.folder_id) as path, 'Folder', NULL, 0,