Diff for /loncom/interface/statistics/lonproblemstatistics.pm between versions 1.122 and 1.122.2.1

version 1.122, 2012/05/03 11:21:33 version 1.122.2.1, 2012/05/12 03:17:43
Line 52  package Apache::lonproblemstatistics; Line 52  package Apache::lonproblemstatistics;
 use strict;  use strict;
 use Apache::lonnet;  use Apache::lonnet;
 use Apache::loncommon();  use Apache::loncommon();
 use Apache::lonquickgrades();  
 use Apache::lonhtmlcommon;  use Apache::lonhtmlcommon;
 use Apache::loncoursedata;  use Apache::loncoursedata;
 use Apache::lonstatistics;  use Apache::lonstatistics;
Line 699  sub BuildProblemStatisticsPage { Line 698  sub BuildProblemStatisticsPage {
     # Finally let the user know we are here      # Finally let the user know we are here
     $r->print(&Apache::lonhtmlcommon::breadcrumbs('Overall Problem Statistics',      $r->print(&Apache::lonhtmlcommon::breadcrumbs('Overall Problem Statistics',
                                                 'Statistics_Overall_Key'));                                                  'Statistics_Overall_Key'));
     &Apache::lonquickgrades::startGradeScreen($r,'statistics');  
   
     my $interface = &CreateInterface($r);      my $interface = &CreateInterface($r);
     $r->print($interface);      $r->print($interface);

Removed from v.1.122  
changed lines
  Added in v.1.122.2.1


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