Index: openacs-4/packages/file-storage/tcl/file-storage-dav-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-dav-procs.tcl,v diff -u -r1.3.2.6 -r1.3.2.7 --- openacs-4/packages/file-storage/tcl/file-storage-dav-procs.tcl 7 May 2004 02:51:11 -0000 1.3.2.6 +++ openacs-4/packages/file-storage/tcl/file-storage-dav-procs.tcl 25 Oct 2004 16:28:04 -0000 1.3.2.7 @@ -53,6 +53,7 @@ fs::add_file \ -package_id $package_id \ -name $name \ + -title $name \ -item_id $item_id \ -parent_id $parent_id \ -tmp_filename $tmp_filename \ @@ -68,9 +69,9 @@ } else { fs::add_version \ -name $name\ + -title $name \ -tmp_filename $tmp_filename\ -item_id $item_id \ - -parent_id $parent_id \ -creation_user $user_id \ -package_id $package_id