[LON-CAPA-cvs] cvs: loncom /interface lonchart.pm
stredwic
lon-capa-cvs@mail.lon-capa.org
Mon, 08 Jul 2002 15:03:25 -0000
stredwic Mon Jul 8 11:03:25 2002 EDT
Modified files:
/loncom/interface lonchart.pm
Log:
Fixed two pod lines that didn't wrap properly.
Index: loncom/interface/lonchart.pm
diff -u loncom/interface/lonchart.pm:1.56 loncom/interface/lonchart.pm:1.57
--- loncom/interface/lonchart.pm:1.56 Mon Jul 8 10:50:25 2002
+++ loncom/interface/lonchart.pm Mon Jul 8 11:03:25 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# (Publication Handler
#
-# $Id: lonchart.pm,v 1.56 2002/07/08 14:50:25 stredwic Exp $
+# $Id: lonchart.pm,v 1.57 2002/07/08 15:03:25 stredwic Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1674,16 +1674,16 @@
=item &BuildChart()
- The following is the process that BuildChart goes through to create the
- html document.
+ The following is the process that BuildChart goes through to
+ create the html document.
-Start the lonchart document
-Test for access to the CacheData
-Download class list information if not using cached data
-Sort students and print out table desciptive data
-Output student data
- -If recalculating, store a list of students, but only if all their data was
- downloaded. Leave off the others.
+ -If recalculating, store a list of students, but only if all
+ their data was downloaded. Leave off the others.
-End document
=over 4