Index: openacs-4/packages/evaluation/www/admin/evaluations/download-archive/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/evaluations/download-archive/index.vuh,v diff -u -N -r1.3 -r1.3.8.1 --- openacs-4/packages/evaluation/www/admin/evaluations/download-archive/index.vuh 8 Aug 2006 21:26:42 -0000 1.3 +++ openacs-4/packages/evaluation/www/admin/evaluations/download-archive/index.vuh 28 Nov 2014 15:14:48 -0000 1.3.8.1 @@ -33,14 +33,14 @@ regsub -all {[<>:\"|/@\\\#%&+\\]} $task_name {_} task_name # publish the object to the file system -set in_path [ns_tmpnam] +set in_path [ad_tmpnam] file mkdir $in_path set file [evaluation::public_answers_to_file_system -task_id $task_id -path $in_path -folder_name $task_name] set file_name [file tail $file] # create a temp dir to put the archive in -set out_path [ns_tmpnam] +set out_path [ad_tmpnam] file mkdir $out_path set out_file [file join ${out_path} ${download_name}]