--- loncom/interface/lonprintout.pm 2003/10/02 15:33:03 1.247 +++ loncom/interface/lonprintout.pm 2003/10/02 19:10:06 1.248 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.247 2003/10/02 15:33:03 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.248 2003/10/02 19:10:06 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1352,7 +1352,7 @@ CHOOSE_FROM_SUBDIR # another resource selector for that sequence if (!$helper->{VARS}->{'construction'}) { push @$printChoices, ["Resources from selected sequence in course", - 'map_problems_pages', 'CHOOSE_SEQUENCE']; + 'selected_sequence', 'CHOOSE_SEQUENCE']; my $escapedSequenceName = $helper->{VARS}->{'SEQUENCE'}; #Escape apostrophes and backslashes for Perl $escapedSequenceName =~ s/\\/\\\\/g;