--- loncom/interface/multidownload.pl 2007/06/06 18:51:49 1.36 +++ loncom/interface/multidownload.pl 2008/02/05 06:51:55 1.37 @@ -2,7 +2,7 @@ # CGI-script to allow download of all essay submissions of # multiple students. # -# $Id: multidownload.pl,v 1.36 2007/06/06 18:51:49 albertel Exp $ +# $Id: multidownload.pl,v 1.37 2008/02/05 06:51:55 raeburn Exp $ # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -124,7 +124,6 @@ if (&Apache::lonnet::allowed('vgr',$scop print MANIFEST (&mt("Course: [_1]",$env{"course.$courseid.description"})."\n"); print MANIFEST (&mt("Problem: [_1]",$res->compTitle)."\n"); print MANIFEST (&mt("Files contained in this zip:")."\n"); - print MANIFEST (&mt("Files contained in this zip:\n")); my $file_problem = 0; my $current_student = 0; foreach my $stu (@stuchecked) {