Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.166 and 1.167

version 1.166, 2011/12/22 00:28:11 version 1.167, 2012/02/17 00:49:46
Line 840  sub html_outputstudent { Line 840  sub html_outputstudent {
         }          }
         my $base = length($title);          my $base = length($title);
         my $width=$Apache::lonstatistics::StudentData{$field}->{'width'};          my $width=$Apache::lonstatistics::StudentData{$field}->{'width'};
           utf8::decode($title);
         $Str .= $title.' 'x($width-$base).$padding;          $Str .= $title.' 'x($width-$base).$padding;
     }      }
     # Get ALL the students data      # Get ALL the students data

Removed from v.1.166  
changed lines
  Added in v.1.167


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