Index: openacs-4/packages/evaluation/tcl/evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/evaluation-procs.tcl,v diff -u -r1.42 -r1.43 --- openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 7 Aug 2017 23:48:10 -0000 1.42 +++ openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 22 Nov 2017 11:22:57 -0000 1.43 @@ -370,10 +370,10 @@ } set item_name "${item_id}_${title}" - set to_folder_id [content::item::get_id -item_path "${content_type}_${to_package_id}" -resolve_index f] + set to_folder_id [content::item::get_id \ + -item_path "${content_type}_${to_package_id}" \ + -resolve_index f] - set revision_id [db_nextval acs_object_id_seq] - set item_id [content::item::new -item_id $item_id \ -parent_id $to_folder_id \ -content_type evaluation_tasks \