Diff for /loncom/interface/statistics/lonstudentsubmissions.pm between versions 1.63 and 1.64

version 1.63, 2011/09/19 04:02:20 version 1.64, 2011/11/18 21:08:22
Line 897  sub prepare_excel_output { Line 897  sub prepare_excel_output {
         last if ($c->aborted());          last if ($c->aborted());
         $cols_output = 0;          $cols_output = 0;
         my $student_row = $max_row;          my $student_row = $max_row;
         foreach my $field (@StudentColumns) {  
             $cols_output ++;  
         }  
         foreach my $prob (@$Problems) {          foreach my $prob (@$Problems) {
             my $symb = $prob->symb();              my $symb = $prob->symb();
             foreach my $partid (@{$prob->parts}) {              foreach my $partid (@{$prob->parts}) {

Removed from v.1.63  
changed lines
  Added in v.1.64


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