Index: openacs-4/packages/assessment/tcl/as-item-display-rb-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-display-rb-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/assessment/tcl/as-item-display-rb-procs.tcl 15 Nov 2004 17:17:15 -0000 1.2 +++ openacs-4/packages/assessment/tcl/as-item-display-rb-procs.tcl 22 Nov 2004 11:59:22 -0000 1.3 @@ -24,7 +24,7 @@ # Insert as_item_display_rb in the CR (and as_item_display_rb table) getting the revision_id (as_item_display_id) db_transaction { - set item_item_display_rb_id [content::item::new -parent_id $folder_id -content_type {as_item_display_rb} -name [ad_generate_random_string]] + set item_item_display_rb_id [content::item::new -parent_id $folder_id -content_type {as_item_display_rb} -name [exec uuidgen]] set as_item_display_rb_id [content::revision::new \ -item_id $item_item_display_rb_id \ -content_type {as_item_display_rb} \