--- loncom/interface/lonstatistics.pm 2002/09/16 20:09:46 1.51 +++ loncom/interface/lonstatistics.pm 2002/10/21 00:19:39 1.52 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonstatistics.pm,v 1.51 2002/09/16 20:09:46 www Exp $ +# $Id: lonstatistics.pm,v 1.52 2002/10/21 00:19:39 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -509,7 +509,9 @@ sub BuildStatistics { 'updateTime'); my @headings=('Full Name', 'Section', 'PID', 'Domain', 'User Name', 'Last Updated'); - my $spacing = ' '; + my $spacing = ' '; +# my $spacing = ' '; + my %reports = ('classlist' => 'Class list', 'problem_statistics' => 'Problem Statistics', 'student_assessment' => 'Student Assessment',