--- loncom/interface/statistics/lonproblemstatistics.pm 2003/05/12 22:07:17 1.50
+++ loncom/interface/statistics/lonproblemstatistics.pm 2003/06/13 20:27:17 1.53
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemstatistics.pm,v 1.50 2003/05/12 22:07:17 matthew Exp $
+# $Id: lonproblemstatistics.pm,v 1.53 2003/06/13 20:27:17 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -62,7 +62,7 @@ my @Fields = (
align => 'right',
color => '#FFFFE6' },
{ name => 'container',
- title => 'Container',
+ title => 'Sequence or Folder',
align => 'left',
color => '#FFFFE6',
sortable => 'yes' },
@@ -202,6 +202,7 @@ sub CreateInterface {
$Str .= &CreateAndParseOutputSelector();
$Str .= ''."\n";
$Str .= ''."\n";
+ $Str .= '';
return $Str;
}
@@ -362,14 +363,6 @@ sub BuildProblemStatisticsPage {
'" />');
$r->print('');
if (! exists($ENV{'form.statsfirstcall'})) {
- $r->print(<