--- loncom/homework/hint.pm 2002/01/23 14:37:52 1.24 +++ loncom/homework/hint.pm 2002/01/24 04:18:54 1.25 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # implements the tags that control the hints # -# $Id: hint.pm,v 1.24 2002/01/23 14:37:52 sakharuk Exp $ +# $Id: hint.pm,v 1.25 2002/01/24 04:18:54 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -32,7 +32,7 @@ use strict; use Apache::lonnet; use capa; -sub BEGIN { +BEGIN { &Apache::lonxml::register('Apache::hinttags',('hintgroup','hintpart','numericalhint')); }