--- loncom/homework/lonhomework.pm 2000/12/15 20:31:30 1.21 +++ loncom/homework/lonhomework.pm 2000/12/21 15:34:44 1.23 @@ -10,7 +10,7 @@ use Apache::lonnet; use Apache::inputtags; use Apache::structuretags; use Apache::response; - +use Apache::hint; sub get_target { if ( $ENV{'request.state'} eq "published") { @@ -88,7 +88,7 @@ sub check_date { $datemsg = "is due at $date"; } elsif ($type eq 'answerdate') { $status='CLOSED'; - $datemsg = "was due as $lastdate, and asnswers will be available at $date"; + $datemsg = "was due as $lastdate, and answers will be available at $date"; } &Apache::lonxml::debug("sending back :$status:$datemsg:"); return ($status,$datemsg);