--- loncom/homework/essayresponse.pm 2001/12/04 15:17:56 1.5 +++ loncom/homework/essayresponse.pm 2002/01/17 12:23:31 1.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.5 2001/12/04 15:17:56 albertel Exp $ +# $Id: essayresponse.pm,v 1.6 2002/01/17 12:23:31 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -29,7 +29,7 @@ package Apache::essayresponse; use strict; -sub BEGIN { +BEGIN { &Apache::lonxml::register('Apache::essayresponse',('essayresponse')); }