--- loncom/interface/loncoursedata.pm 2003/06/02 17:18:33 1.75 +++ loncom/interface/loncoursedata.pm 2003/06/03 18:14:07 1.76 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursedata.pm,v 1.75 2003/06/02 17:18:33 matthew Exp $ +# $Id: loncoursedata.pm,v 1.76 2003/06/03 18:14:07 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -121,7 +121,7 @@ sub get_sequence_assessment_data { ## We are going to loop until we run out of sequences/pages to explore for ## resources. This means we have to start out with something to look ## at. - my $title = $top_level_map->title(); + my $title = $ENV{'course.'.$ENV{'request.course.id'}.'.description'}; my $symb = $top_level_map->symb(); my $src = $top_level_map->src(); my $randompick = $top_level_map->randompick();