--- loncom/homework/outputtags.pm 2006/04/20 19:09:48 1.47 +++ loncom/homework/outputtags.pm 2006/05/12 03:46:54 1.48 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # tags that create controlled output # -# $Id: outputtags.pm,v 1.47 2006/04/20 19:09:48 albertel Exp $ +# $Id: outputtags.pm,v 1.48 2006/05/12 03:46:54 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -73,15 +73,7 @@ sub start_displayduedate { } if (($status =~ /CAN.*_ANSWER/)) { my $id = $Apache::inputtags::part; - my $date; - my $interval= &Apache::lonnet::EXT("resource.$id.interval"); - if ($interval) { - my $first_access=&Apache::lonnet::get_first_access('map'); - if ($first_access) { $date = $first_access+$interval; } - } - if (!defined($date)) { - $date = &Apache::lonnet::EXT("resource.$id.duedate"); - } + my $date = &Apache::lonhomework::due_date($id); &Apache::lonxml::debug("duedatebox found $date for $id"); # Only show the due date if the current date is