--- loncom/xml/lonplot.pm 2002/01/04 14:30:08 1.32 +++ loncom/xml/lonplot.pm 2002/01/06 02:19:25 1.33 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Dynamic plot # -# $Id: lonplot.pm,v 1.32 2002/01/04 14:30:08 matthew Exp $ +# $Id: lonplot.pm,v 1.33 2002/01/06 02:19:25 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -37,7 +37,7 @@ use Apache::response; use Apache::lonxml; use Apache::edit; -sub BEGIN { +BEGIN { &Apache::lonxml::register('Apache::lonplot',('plot')); }