Diff for /loncom/interface/statistics/lonstudentsubmissions.pm between versions 1.68 and 1.68.2.1

version 1.68, 2012/05/03 11:21:33 version 1.68.2.1, 2012/05/12 03:52:02
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 64  sub BuildStudentSubmissionsPage { Line 63  sub BuildStudentSubmissionsPage {
     &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());
     #      #
     my @Students = @Apache::lonstatistics::Students;      my @Students = @Apache::lonstatistics::Students;

Removed from v.1.68  
changed lines
  Added in v.1.68.2.1


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