--- loncom/interface/multidownload.pl 2017/11/05 18:19:41 1.41 +++ loncom/interface/multidownload.pl 2018/05/02 16:59:44 1.42 @@ -2,7 +2,7 @@ # CGI-script to allow download of all essay submissions of # multiple students. # -# $Id: multidownload.pl,v 1.41 2017/11/05 18:19:41 raeburn Exp $ +# $Id: multidownload.pl,v 1.42 2018/05/02 16:59:44 raeburn Exp $ # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -135,7 +135,7 @@ if ($scope eq '') { unless (-d "$doc_zip_root/zipdir/$unique_user/$unique_path") { &File::Path::mkpath($doc_zip_root."/zipdir/$unique_user/$unique_path",0,0700); } - if (open(MANIFEST, ">$doc_zip_root/zipdir/$unique_user/$unique_path/manifest.txt")) { + if (open(MANIFEST,'>',"$doc_zip_root/zipdir/$unique_user/$unique_path/manifest.txt")) { $manifest = 1; print MANIFEST (&mt("Zip file generated on [_1]",&Apache::lonlocal::locallocaltime(time()))."\n"); print MANIFEST (&mt("Course: [_1]",$env{"course.$courseid.description"})."\n");