--- loncom/homework/imageresponse.pm 2001/12/14 23:00:52 1.15 +++ loncom/homework/imageresponse.pm 2002/01/17 12:23:31 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.15 2001/12/14 23:00:52 albertel Exp $ +# $Id: imageresponse.pm,v 1.16 2002/01/17 12:23:31 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -31,7 +31,7 @@ package Apache::imageresponse; use strict; -sub BEGIN { +BEGIN { &Apache::lonxml::register('Apache::imageresponse',('imageresponse')); }