--- loncom/homework/outputtags.pm 2002/01/11 16:32:29 1.14 +++ loncom/homework/outputtags.pm 2002/01/17 12:23:31 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # tags that create controlled output # -# $Id: outputtags.pm,v 1.14 2002/01/11 16:32:29 matthew Exp $ +# $Id: outputtags.pm,v 1.15 2002/01/17 12:23:31 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -32,7 +32,7 @@ use strict; use Apache::lonnet; use POSIX qw(strftime); -sub BEGIN { +BEGIN { &Apache::lonxml::register('Apache::outputtags',('displayduedate','displaytitle')); }