Index: openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl,v diff -u -r1.86 -r1.87 --- openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 7 Oct 2003 14:56:44 -0000 1.86 +++ openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 2 Apr 2004 01:44:53 -0000 1.87 @@ -664,16 +664,7 @@ } else { # move this to fs:: sometime - db_exec_plsql copy_file { - begin - :1 := file_storage.copy_file ( - file_id => :object_id, - target_folder_id => :target_folder_id, - creation_user => :user_id, - creation_ip => null - ); - end; - } + db_exec_plsql copy_file {} } }