[LON-CAPA-cvs] cvs: loncom(version_2_8_X) /interface lonstatistics.pm
raeburn
raeburn@source.lon-capa.org
Fri, 12 Dec 2008 17:11:27 -0000
raeburn Fri Dec 12 17:11:27 2008 EDT
Modified files: (Branch: version_2_8_X)
/loncom/interface lonstatistics.pm
Log:
- Backport 1.146.
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.142 loncom/interface/lonstatistics.pm:1.142.2.1
--- loncom/interface/lonstatistics.pm:1.142 Wed Oct 22 10:53:21 2008
+++ loncom/interface/lonstatistics.pm Fri Dec 12 17:11:27 2008
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstatistics.pm,v 1.142 2008/10/22 10:53:21 bisitz Exp $
+# $Id: lonstatistics.pm,v 1.142.2.1 2008/12/12 17:11:27 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1035,7 +1035,7 @@
$Str .= '&sort='.&escape($env{'form.sort'});
$Str .= '&SelectedStudent=';
$Str .= &escape($sname).'">';
- $Str .= $student->{$field}.' ';
+ $Str .= $student->{$field}.' ';
$Str .= '</a>';
} elsif ($field eq 'status') {
$Str .= &mt($student->{$field});