[LON-CAPA-cvs] cvs: loncom /interface multidownload.pl

banghart lon-capa-cvs-allow@mail.lon-capa.org
Wed, 23 May 2007 19:07:49 -0000


banghart		Wed May 23 15:07:49 2007 EDT

  Modified files:              
    /loncom/interface	multidownload.pl 
  Log:
  	Include problem name in manifest.
  
  
Index: loncom/interface/multidownload.pl
diff -u loncom/interface/multidownload.pl:1.31 loncom/interface/multidownload.pl:1.32
--- loncom/interface/multidownload.pl:1.31	Tue May 22 19:18:57 2007
+++ loncom/interface/multidownload.pl	Wed May 23 15:07:49 2007
@@ -2,7 +2,7 @@
 # CGI-script to allow download of all essay submissions of 
 # multiple students.
 #
-# $Id: multidownload.pl,v 1.31 2007/05/22 23:18:57 banghart Exp $
+# $Id: multidownload.pl,v 1.32 2007/05/23 19:07:49 banghart Exp $
 # Copyright Michigan State University Board of Trustees
 #
 # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
@@ -119,6 +119,7 @@
     }
     print MANIFEST (&mt("Zip file generated on [_1]",&Apache::lonlocal::locallocaltime(time()))."\n");
     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"));
     my $file_problem = 0;
     my $current_student = 0;