Diff for /loncom/interface/multidownload.pl between versions 1.30 and 1.31

version 1.30, 2007/05/22 22:39:22 version 1.31, 2007/05/22 23:18:57
Line 3 Line 3
 # multiple students.  # multiple students.
 #  #
 # $Id$  # $Id$
 #  
 # Copyright Michigan State University Board of Trustees  # Copyright Michigan State University Board of Trustees
 #  #
 # This file is part of the LearningOnline Network with CAPA (LON-CAPA).  # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
Line 119  if (&Apache::lonnet::allowed('vgr',$scop Line 118  if (&Apache::lonnet::allowed('vgr',$scop
         &Apache::lonnet::logthis("Problem making manifest");          &Apache::lonnet::logthis("Problem making manifest");
     }      }
     print MANIFEST (&mt("Zip file generated on [_1]",&Apache::lonlocal::locallocaltime(time()))."\n");      print MANIFEST (&mt("Zip file generated on [_1]",&Apache::lonlocal::locallocaltime(time()))."\n");
     print MANIFEST ("Course: ".$env{"course.$courseid.description"}."\n");      print MANIFEST (&mt("Course: [_1]",$env{"course.$courseid.description"})."\n");
     print MANIFEST (&mt("Files contained in this zip:\n"));      print MANIFEST (&mt("Files contained in this zip:\n"));
     my $file_problem = 0;      my $file_problem = 0;
     my $current_student = 0;      my $current_student = 0;

Removed from v.1.30  
changed lines
  Added in v.1.31


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>