--- loncom/interface/statistics/lonproblemstatistics.pm 2003/09/03 16:07:06 1.58
+++ loncom/interface/statistics/lonproblemstatistics.pm 2003/09/29 16:20:18 1.59
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemstatistics.pm,v 1.58 2003/09/03 16:07:06 matthew Exp $
+# $Id: lonproblemstatistics.pm,v 1.59 2003/09/29 16:20:18 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -54,8 +54,16 @@ use Apache::lonnet();
use Apache::lonhtmlcommon;
use Apache::loncoursedata;
use Apache::lonstatistics;
+use Apache::lonlocal;
use Spreadsheet::WriteExcel;
+##
+## Localization notes:
+##
+## in @Fields[0]->{'long_title'} is placed in Excel files and is used as the
+## header for plots created with Graph.pm, both of which more than likely do
+## not support localization.
+##
my @Fields = (
{ name => 'problem_num',
title => 'P#',
@@ -201,10 +209,10 @@ sub CreateInterface {
my $Str = '';
$Str .= '