--- loncom/xml/lonxml.pm 2006/04/18 22:35:55 1.410 +++ loncom/xml/lonxml.pm 2006/04/20 02:58:14 1.411 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.410 2006/04/18 22:35:55 albertel Exp $ +# $Id: lonxml.pm,v 1.411 2006/04/20 02:58:14 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -123,9 +123,6 @@ $evaluate = 1; # stores the list of active tag namespaces @namespace=(); -# has the dynamic menu been updated to know about this resource -$Apache::lonxml::registered=0; - # a pointer the the Apache request object $Apache::lonxml::request=''; @@ -603,7 +600,6 @@ sub callsub { sub setup_globals { my ($request,$target)=@_; $Apache::lonxml::request=$request; - $Apache::lonxml::registered = 0; $errorcount=0; $warningcount=0; $Apache::lonxml::default_homework_loaded=0;