Index: openacs-4/packages/assessment/tcl/as-section-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-section-procs-postgresql.xql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/assessment/tcl/as-section-procs-postgresql.xql 23 Jan 2005 18:10:48 -0000 1.4 +++ openacs-4/packages/assessment/tcl/as-section-procs-postgresql.xql 21 Feb 2005 14:32:56 -0000 1.5 @@ -71,8 +71,7 @@ update as_section_data set points = :section_points, completed_datetime = now() - where session_id = :session_id - and section_id = :section_id + where section_data_id = :section_data_id