Index: openacs-4/packages/assessment/tcl/as-section-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-section-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/assessment/tcl/as-section-procs.tcl 15 Nov 2004 17:17:15 -0000 1.3 +++ openacs-4/packages/assessment/tcl/as-section-procs.tcl 22 Nov 2004 11:59:22 -0000 1.4 @@ -26,7 +26,7 @@ # Insert as_section in the CR (and as_sections table) getting the revision_id (as_section_id) db_transaction { - set section_item_id [content::item::new -parent_id $folder_id -content_type {as_sections} -name [ad_generate_random_string] -title $title -description $description ] + set section_item_id [content::item::new -parent_id $folder_id -content_type {as_sections} -name [exec uuidgen] -title $title -description $description ] set as_section_id [content::revision::new \ -item_id $section_item_id \