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.6.2.1 -r1.6.2.2 --- openacs-4/packages/assessment/tcl/as-section-procs-postgresql.xql 27 Jan 2006 09:41:09 -0000 1.6.2.1 +++ openacs-4/packages/assessment/tcl/as-section-procs-postgresql.xql 17 May 2006 15:53:56 -0000 1.6.2.2 @@ -95,5 +95,19 @@ - + + + + update as_sections set instructions=:instructions + where section_id=:as_section_id + + + + + + update as_sections set instructions=:instructions + where section_id=:new_section_id + + +