--- loncom/xml/lonxml.pm 2002/05/23 21:12:44 1.172 +++ loncom/xml/lonxml.pm 2002/05/23 21:24:06 1.173 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.172 2002/05/23 21:12:44 albertel Exp $ +# $Id: lonxml.pm,v 1.173 2002/05/23 21:24:06 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -332,7 +332,7 @@ sub registerurl { my $target = shift; my $result = ''; if (($ENV{'request.publicaccess'}) || - ($ENV{'REQUEST_URI'} eq '/res/adm/pages/menu.html')) { + (!&Apache::lonnet::is_on_map($ENV{'REQUEST_URI'}))) { return ''; }