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 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-homework/www/file-move-2-postgresql.xql 29 Jun 2003 18:47:37 -0000 1.2 @@ -0,0 +1,29 @@ + + + + postgresql7.2 + + + + + select file_storage__move_file ( + :file_id, + :parent_id + ); + + + + + + + + select file_storage__move_file ( + :correction_file_id, + :parent_id + ); + + + + + +