Diff for /loncom/homework/grades.pm between versions 1.596.2.12.2.41.2.3 and 1.596.2.12.2.41.2.4

version 1.596.2.12.2.41.2.3, 2019/02/03 20:47:11 version 1.596.2.12.2.41.2.4, 2019/02/05 16:13:05
Line 5864  sub scantron_selectphase { Line 5864  sub scantron_selectphase {
              </form>'               </form>'
     );      );
   
       }
   
     # Chunk of form to prompt for a file to grade and how:      # Chunk of form to prompt for a file to grade and how:
   
     $result.= '      $result.= '
Line 9180  sub validate_uploaded_scantron_file { Line 9182  sub validate_uploaded_scantron_file {
             $idmap{$lckey} = $idmap{$key};              $idmap{$lckey} = $idmap{$key};
         }          }
         my %unique_formats;          my %unique_formats;
         my @formatlines = &get_scantronformat_file();          my @formatlines = &Apache::lonnet::get_scantronformat_file();
         foreach my $line (@formatlines) {          foreach my $line (@formatlines) {
             chomp($line);              chomp($line);
             my @config = split(/:/,$line);              my @config = split(/:/,$line);

Removed from v.1.596.2.12.2.41.2.3  
changed lines
  Added in v.1.596.2.12.2.41.2.4


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