--- loncom/homework/lonhomework.pm 2001/05/04 21:20:31 1.42 +++ loncom/homework/lonhomework.pm 2001/05/13 20:01:34 1.43 @@ -15,6 +15,11 @@ use Apache::hint; use Apache::outputtags; use Apache::Constants qw(:common); + +sub BEGIN { + &Apache::lonxml::register_insert(); +} + sub get_target { if ( $ENV{'request.state'} eq "published") { if ( defined $ENV{'form.submitted'}) {