--- loncom/interface/multidownload.pl 2007/05/21 22:37:49 1.29 +++ loncom/interface/multidownload.pl 2007/05/22 22:39:22 1.30 @@ -2,7 +2,7 @@ # CGI-script to allow download of all essay submissions of # multiple students. # -# $Id: multidownload.pl,v 1.29 2007/05/21 22:37:49 banghart Exp $ +# $Id: multidownload.pl,v 1.30 2007/05/22 22:39:22 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -119,6 +119,7 @@ if (&Apache::lonnet::allowed('vgr',$scop &Apache::lonnet::logthis("Problem making manifest"); } print MANIFEST (&mt("Zip file generated on [_1]",&Apache::lonlocal::locallocaltime(time()))."\n"); + print MANIFEST ("Course: ".$env{"course.$courseid.description"}."\n"); print MANIFEST (&mt("Files contained in this zip:\n")); my $file_problem = 0; my $current_student = 0;