[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /interface/statistics lonstudentsubmissions.pm

raeburn raeburn at source.lon-capa.org
Sat Oct 8 21:11:39 EDT 2011


raeburn		Sun Oct  9 01:11:39 2011 EDT

  Modified files:              (Branch: version_2_10_X)
    /loncom/interface/statistics	lonstudentsubmissions.pm 
  Log:
  - Reverse changes in rev. 1.62 for 2.10 branch.
  
  
Index: loncom/interface/statistics/lonstudentsubmissions.pm
diff -u loncom/interface/statistics/lonstudentsubmissions.pm:1.63 loncom/interface/statistics/lonstudentsubmissions.pm:1.63.2.1
--- loncom/interface/statistics/lonstudentsubmissions.pm:1.63	Mon Sep 19 04:02:20 2011
+++ loncom/interface/statistics/lonstudentsubmissions.pm	Sun Oct  9 01:11:39 2011
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstudentsubmissions.pm,v 1.63 2011/09/19 04:02:20 raeburn Exp $
+# $Id: lonstudentsubmissions.pm,v 1.63.2.1 2011/10/09 01:11:39 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -30,7 +30,6 @@
 use Apache::lonnet;
 use Apache::loncommon();
 use Apache::lonhtmlcommon();
-use Apache::lonquickgrades();
 use Apache::loncoursedata();
 use Apache::lonstatistics;
 use Apache::lonlocal;
@@ -62,8 +61,6 @@
     #
     &Apache::lonstatistics::PrepareClasslist();
     #
-    $r->print( &Apache::lonhtmlcommon::breadcrumbs('Student Submission Reports'));
-    &Apache::lonquickgrades::startGradeScreen($r,'statistics');
     $r->print(&CreateInterface());
     #
     my @Students = @Apache::lonstatistics::Students;
@@ -1279,6 +1276,7 @@
     ##
     ## Environment variable initialization
     my $Str = '';
+    $Str .= &Apache::lonhtmlcommon::breadcrumbs('Student Submission Reports');
     $Str .= '<br />';
     $Str .= &Apache::loncommon::start_data_table();
     $Str .= &Apache::loncommon::start_data_table_header_row();




More information about the LON-CAPA-cvs mailing list