[LON-CAPA-cvs] cvs: loncom /interface lonstatistics.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Fri, 25 Feb 2005 23:23:48 -0000
matthew Fri Feb 25 18:23:48 2005 EDT
Modified files:
/loncom/interface lonstatistics.pm
Log:
&map_select:now list all maps, not just those selected earlier...
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.116 loncom/interface/lonstatistics.pm:1.117
--- loncom/interface/lonstatistics.pm:1.116 Fri Feb 25 14:48:00 2005
+++ loncom/interface/lonstatistics.pm Fri Feb 25 18:23:47 2005
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstatistics.pm,v 1.116 2005/02/25 19:48:00 matthew Exp $
+# $Id: lonstatistics.pm,v 1.117 2005/02/25 23:23:47 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -618,7 +618,7 @@
$form .= ">all</option>\n";
#
# Loop through the sequences
- my @sequences = &selected_sequences_with_assessments();
+ my @sequences = &selected_sequences_with_assessments('all');
my $navmap;
if (!ref($sequences[0])) {
return $sequences[0];