Index: openacs-4/packages/assessment/tcl/as-section-data-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-section-data-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/assessment/tcl/as-section-data-procs.tcl 18 Jan 2005 12:42:37 -0000 1.1 +++ openacs-4/packages/assessment/tcl/as-section-data-procs.tcl 19 Jan 2005 16:49:14 -0000 1.2 @@ -27,7 +27,7 @@ # Insert as_section_data in the CR (and as_section_data table) getting the revision_id (section_data_id) db_transaction { - set section_data_id [content::item::new -parent_id $folder_id -content_type {as_section_data} -name "$section_id-$session_id" -title "$section_id-$session_id" ] + set section_data_id [content::item::new -parent_id $folder_id -content_type {as_section_data} -name "$section_id-$session_id"] set as_section_data_id [content::revision::new \ -item_id $section_data_id \ -content_type {as_section_data} \