Index: openacs-4/packages/dotlrn-homework/www/file-move-2-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/www/file-move-2-postgresql.xql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-homework/www/file-move-2-postgresql.xql 29 Jun 2003 18:47:37 -0000 1.2 +++ openacs-4/packages/dotlrn-homework/www/file-move-2-postgresql.xql 13 Jan 2005 13:57:29 -0000 1.3 @@ -8,7 +8,9 @@ select file_storage__move_file ( :file_id, - :parent_id + :parent_id, + :creation_user, + :creation_ip ); @@ -19,7 +21,9 @@ select file_storage__move_file ( :correction_file_id, - :parent_id + :parent_id, + :creation_user, + :creation_ip );