Index: openacs-4/packages/assessment/tcl/as-section-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-section-procs.xql,v diff -u -r1.13 -r1.13.2.1 --- openacs-4/packages/assessment/tcl/as-section-procs.xql 12 Jun 2006 02:49:50 -0000 1.13 +++ openacs-4/packages/assessment/tcl/as-section-procs.xql 5 Feb 2007 14:12:47 -0000 1.13.2.1 @@ -124,4 +124,14 @@ + + + + update as_assessment_section_map + set section_id = :new_section_id + where assessment_id = :new_assessment_rev_id + and section_id in (select revision_id from cr_revisions where item_id = (select item_id from cr_revisions where revision_id=:old_section_id)) + + +