Index: openacs-4/packages/file-storage/www/file.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/file-storage/www/file.tcl 13 Oct 2003 17:16:08 -0000 1.14 +++ openacs-4/packages/file-storage/www/file.tcl 16 Oct 2003 17:44:55 -0000 1.15 @@ -57,7 +57,7 @@ set show_versions [db_map show_live_version] } -db_multirow -extend { last_modified_pretty content_size_pretty } version version_info {} { +db_multirow -unclobber -extend { last_modified_pretty content_size_pretty } version version_info {} { set last_modified_ansi [lc_time_system_to_conn $last_modified_ansi] set last_modified_pretty [lc_time_fmt $last_modified_ansi "%x %X"] set content_size_pretty [lc_numeric $content_size]