[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstudentsubmissions.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Sun, 07 Mar 2004 20:41:28 -0000
matthew Sun Mar 7 15:41:28 2004 EDT
Modified files:
/loncom/interface/statistics lonstudentsubmissions.pm
Log:
Removed the lonstathelpers::limit_by_time_form.
Index: loncom/interface/statistics/lonstudentsubmissions.pm
diff -u loncom/interface/statistics/lonstudentsubmissions.pm:1.6 loncom/interface/statistics/lonstudentsubmissions.pm:1.7
--- loncom/interface/statistics/lonstudentsubmissions.pm:1.6 Wed Mar 3 17:58:49 2004
+++ loncom/interface/statistics/lonstudentsubmissions.pm Sun Mar 7 15:41:28 2004
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentsubmissions.pm,v 1.6 2004/03/03 22:58:49 matthew Exp $
+# $Id: lonstudentsubmissions.pm,v 1.7 2004/03/07 20:41:28 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -344,7 +344,7 @@
$Str .= &Apache::lonhtmlcommon::StatusOptions(undef,undef,5);
$Str .= '</td>';
#
- $Str .= '<td>'.&Apache::lonstathelpers::limit_by_time_form().'</td>';
+ $Str .= '<td></td>';
#
my $only_seq_with_assessments = sub {
my $s=shift;