Index: openacs-4/packages/assessment/tcl/as-section-display-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-section-display-procs.tcl,v diff -u -N -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/assessment/tcl/as-section-display-procs.tcl 31 May 2005 23:13:01 -0000 1.2.2.1 +++ openacs-4/packages/assessment/tcl/as-section-display-procs.tcl 18 May 2006 11:35:19 -0000 1.2.2.2 @@ -34,13 +34,12 @@ -title $title \ -description $description \ -attributes [list [list num_items $num_items] \ - [list adp_chunk $adp_chunk] \ [list branched_p $branched_p] \ [list back_button_p $back_button_p] \ [list submit_answer_p $submit_answer_p] \ [list sort_order_type $sort_order_type] ] ] } - + db_dml update_clobs "" -clobs [list $adp_chunk] return $display_id } @@ -70,12 +69,11 @@ -title $title \ -description $description \ -attributes [list [list num_items $num_items] \ - [list adp_chunk $adp_chunk] \ [list branched_p $branched_p] \ [list back_button_p $back_button_p] \ [list submit_answer_p $submit_answer_p] \ [list sort_order_type $sort_order_type] ] ] } - + db_dml update_clobs "" -clobs [list $adp_chunk] return $display_id }