--- loncom/interface/lonhelper.pm 2003/05/27 19:59:38 1.34 +++ loncom/interface/lonhelper.pm 2003/06/03 14:40:50 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.34 2003/05/27 19:59:38 bowersj2 Exp $ +# $Id: lonhelper.pm,v 1.36 2003/06/03 14:40:50 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2587,7 +2587,7 @@ sub render { $result .= "
\n" . "
\n" . "" . - "" . + "" . "\n" . "\n\n" . @@ -2669,7 +2669,7 @@ sub render { my $navmap = Apache::lonnavmaps::navmap->new( $ENV{"request.course.fn"}.".db", $ENV{"request.course.fn"}."_parms.db", 0, 0); - my $res = $navmap->getById($vars->{RESOURCE_ID}); + my $res = $navmap->getByMapPc($vars->{RESOURCE_ID}); my $title = $res->compTitle(); $symb = $res->symb(); $navmap->untieHashes();