--- loncom/xml/lonxml.pm 2002/03/21 20:51:10 1.159 +++ loncom/xml/lonxml.pm 2002/03/21 22:10:31 1.160 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.159 2002/03/21 20:51:10 www Exp $ +# $Id: lonxml.pm,v 1.160 2002/03/21 22:10:31 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -319,7 +319,8 @@ sub registerurl { my $forcereg=shift; my $target = shift; my $result = ''; - if ($ENV{'request.publicaccess'}) { + if (($ENV{'request.publicaccess'}) || + ($ENV{'REQUEST_URI'} eq '/res/adm/pages/menu.html')) { return ''; }