--- loncom/interface/lonstatistics.pm 2005/02/25 19:48:00 1.116 +++ loncom/interface/lonstatistics.pm 2005/02/25 23:23:47 1.117 @@ -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 @@ sub map_select { $form .= ">all\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];