--- loncom/interface/lonstatistics.pm 2008/12/12 10:01:25 1.146 +++ loncom/interface/lonstatistics.pm 2010/04/14 13:58:11 1.150 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.146 2008/12/12 10:01:25 bisitz Exp $ +# $Id: lonstatistics.pm,v 1.150 2010/04/14 13:58:11 wenzelju Exp $ # # Copyright Michigan State University Board of Trustees # @@ -400,15 +400,15 @@ sub StudentDataSelect { my $Str = "\n"; $Str .= '
'); $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()); @@ -881,7 +881,7 @@ ENDSTYLE my $GoToPage = $env{'form.reportSelected'}; # $r->print(''); + $GoToPage.'" />'); if($GoToPage eq 'activitylog') { # &Apache::lonproblemstatistics::Activity(); } elsif($GoToPage eq 'problem_statistics') {