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

version 1.31, 2007/05/22 23:18:57 version 1.32, 2007/05/23 19:07:49
Line 119  if (&Apache::lonnet::allowed('vgr',$scop Line 119  if (&Apache::lonnet::allowed('vgr',$scop
     }      }
     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 (&mt("Course: [_1]",$env{"course.$courseid.description"})."\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"));      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.31  
changed lines
  Added in v.1.32


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