[LON-CAPA-cvs] cvs: loncom /interface lonstatistics.pm
minaeibi
lon-capa-cvs@mail.lon-capa.org
Mon, 21 Oct 2002 00:19:39 -0000
minaeibi Sun Oct 20 20:19:39 2002 EDT
Modified files:
/loncom/interface lonstatistics.pm
Log:
started to fix a bug.
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.51 loncom/interface/lonstatistics.pm:1.52
--- loncom/interface/lonstatistics.pm:1.51 Mon Sep 16 16:09:46 2002
+++ loncom/interface/lonstatistics.pm Sun Oct 20 20:19:39 2002
@@ -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 @@
'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',