Index: openacs-4/packages/lors-central/www/course-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/www/course-add-3.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/lors-central/www/course-add-3.tcl 9 May 2018 15:33:32 -0000 1.5 +++ openacs-4/packages/lors-central/www/course-add-3.tcl 17 May 2018 08:16:37 -0000 1.6 @@ -139,7 +139,7 @@ -files [lors::cr::has_files -fs_dir $fs_dir]] - set all_files [concat $all_files $filesx] + lappend all_files {*}$filesx # get all the directories and files under those dirs @@ -199,7 +199,7 @@ # Add files to the CR set filesx [lors_central::cr::add_files -parent_id $new_cr_folder_id -files $files -indb_p $indb_p] - set all_files [concat $all_files $filesx] + lappend all_files {*}$filesx } }