Diff for /loncom/interface/lonstatistics.pm between versions 1.52 and 1.53

version 1.52, 2002/10/21 00:19:39 version 1.53, 2002/10/22 16:30:34
Line 510  sub BuildStatistics { Line 510  sub BuildStatistics {
     my @headings=('Full Name', 'Section', 'PID', 'Domain', 'User Name',      my @headings=('Full Name', 'Section', 'PID', 'Domain', 'User Name',
                   'Last Updated');                    'Last Updated');
     my $spacing = '   ';       my $spacing = '   '; 
 #    my $spacing = '     ';  
   
     my %reports = ('classlist'          => 'Class list',      my %reports = ('classlist'          => 'Class list',
                    'problem_statistics' => 'Problem Statistics',                     'problem_statistics' => 'Problem Statistics',

Removed from v.1.52  
changed lines
  Added in v.1.53


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>