--- loncom/interface/lonstatistics.pm 2008/12/03 11:47:30 1.145 +++ loncom/interface/lonstatistics.pm 2009/12/16 13:00:45 1.148 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.145 2008/12/03 11:47:30 diwert Exp $ +# $Id: lonstatistics.pm,v 1.148 2009/12/16 13:00:45 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -400,7 +400,7 @@ sub StudentDataSelect { my $Str = "\n"; $Str .= ''."\n"; # @@ -550,7 +550,7 @@ sub SectionSelect { my $Str = "\n"; $Str .= ''."\n"; # @@ -714,7 +714,7 @@ sub DisplayClasslist { $Str .= '&sort='.&escape($env{'form.sort'}); $Str .= '&SelectedStudent='; $Str .= &escape($sname).'">'; - $Str .= $student->{$field}.' '; + $Str .= $student->{$field}.' '; $Str .= ''; } elsif ($field eq 'status') { $Str .= &mt($student->{$field}); @@ -861,7 +861,7 @@ ENDSTYLE .'

'); $r->print('

'. &mt('Course Statistics and Charts cannot be '. - 'retrieved until the database is restarted. '. + 'retrieved until the database is restarted. '. 'Your data is intact but cannot be displayed '. 'at this time.').'

'); $r->print(&Apache::loncommon::end_page());