[LON-CAPA-cvs] cvs: loncom /interface/statistics lonproblemstatistics.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Sun, 27 Mar 2005 05:08:04 -0000
matthew Sun Mar 27 00:08:04 2005 EDT
Modified files:
/loncom/interface/statistics lonproblemstatistics.pm
Log:
Bug 4034:ISE on excel output. Woops.
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.102 loncom/interface/statistics/lonproblemstatistics.pm:1.103
--- loncom/interface/statistics/lonproblemstatistics.pm:1.102 Mon Mar 14 15:28:22 2005
+++ loncom/interface/statistics/lonproblemstatistics.pm Sun Mar 27 00:08:03 2005
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemstatistics.pm,v 1.102 2005/03/14 20:28:22 matthew Exp $
+# $Id: lonproblemstatistics.pm,v 1.103 2005/03/27 05:08:03 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1299,8 +1299,7 @@
# Put a description of the sections listed
my $sectionstring = '';
$excel_sheet->write($rows_output,$cols_output++,
- &Apache::lonstathelpers::sections_description
- (&Apache::lonstatistics::get_selected_sections()),
+ &Apache::lonstatistics::section_and_enrollment_description('plaintext'),
$format->{'h3'});
$cols_output += scalar(&Apache::lonstatistics::get_selected_sections());
#