Diff for /loncom/interface/multidownload.pl between versions 1.36 and 1.37

version 1.36, 2007/06/06 18:51:49 version 1.37, 2008/02/05 06:51:55
Line 124  if (&Apache::lonnet::allowed('vgr',$scop Line 124  if (&Apache::lonnet::allowed('vgr',$scop
     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("Problem: [_1]",$res->compTitle)."\n");
     print MANIFEST (&mt("Files contained in this zip:")."\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;
     foreach my $stu (@stuchecked) {      foreach my $stu (@stuchecked) {

Removed from v.1.36  
changed lines
  Added in v.1.37


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