Diff for /loncom/homework/grades.pm between versions 1.788 and 1.789

version 1.788, 2022/02/09 23:21:11 version 1.789, 2022/06/11 14:20:42
Line 9805  sub validate_uploaded_scantron_file { Line 9805  sub validate_uploaded_scantron_file {
         my %unique_formats;          my %unique_formats;
         my @formatlines = &Apache::lonnet::get_scantronformat_file();          my @formatlines = &Apache::lonnet::get_scantronformat_file();
         foreach my $line (@formatlines) {          foreach my $line (@formatlines) {
             chomp($line);  
             my @config = split(/:/,$line);              my @config = split(/:/,$line);
             my $idstart = $config[5];              my $idstart = $config[5];
             my $idlength = $config[6];              my $idlength = $config[6];

Removed from v.1.788  
changed lines
  Added in v.1.789


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