--- loncom/homework/inputtags.pm 2002/01/11 16:32:29 1.49 +++ loncom/homework/inputtags.pm 2002/01/17 12:23:31 1.50 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.49 2002/01/11 16:32:29 matthew Exp $ +# $Id: inputtags.pm,v 1.50 2002/01/17 12:23:31 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -30,7 +30,7 @@ package Apache::inputtags; use strict; -sub BEGIN { +BEGIN { &Apache::lonxml::register('Apache::inputtags',('textfield','textline','datasubmission')); }