Diff for /loncom/interface/statistics/lonsurveyreports.pm between versions 1.26 and 1.26.4.1

version 1.26, 2011/12/21 21:25:51 version 1.26.4.1, 2012/05/12 03:59:53
Line 30  use strict; Line 30  use strict;
 use Apache::lonnet;  use Apache::lonnet;
 use Apache::loncommon();  use Apache::loncommon();
 use Apache::lonhtmlcommon();  use Apache::lonhtmlcommon();
 use Apache::lonquickgrades();  
 use Apache::loncoursedata();  use Apache::loncoursedata();
 use Apache::lonstatistics;  use Apache::lonstatistics;
 use Apache::lonlocal;  use Apache::lonlocal;
Line 69  sub BuildSurveyReportsPage { Line 68  sub BuildSurveyReportsPage {
     #      #
     &Apache::lonstatistics::PrepareClasslist();      &Apache::lonstatistics::PrepareClasslist();
     $r->print(&Apache::lonhtmlcommon::breadcrumbs('Student Submission Reports'));      $r->print(&Apache::lonhtmlcommon::breadcrumbs('Student Submission Reports'));
     &Apache::lonquickgrades::startGradeScreen($r,'statistics');  
   
     #      #
     $r->print(&CreateInterface());      $r->print(&CreateInterface());

Removed from v.1.26  
changed lines
  Added in v.1.26.4.1


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