Diff for /loncom/interface/statistics/lonstudentsubmissions.pm between versions 1.63.2.1 and 1.63.2.2

version 1.63.2.1, 2011/10/09 01:11:39 version 1.63.2.2, 2011/11/18 21:56:19
Line 894  sub prepare_excel_output { Line 894  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.2.1  
changed lines
  Added in v.1.63.2.2


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