Index: openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-postgresql.xql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-postgresql.xql 3 Nov 2003 15:02:23 -0000 1.4 +++ openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-postgresql.xql 6 Nov 2003 13:01:41 -0000 1.5 @@ -77,7 +77,9 @@ select content_item__relate( :homework_file_id, :correction_file_id, - 'homework_correction' + 'homework_correction', + null, + 'cr_item_rel' );