--- loncom/homework/inputtags.pm 2017/06/13 16:20:40 1.333.2.4.2.1 +++ loncom/homework/inputtags.pm 2017/06/21 19:55:00 1.333.2.4.4.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.333.2.4.2.1 2017/06/13 16:20:40 raeburn Exp $ +# $Id: inputtags.pm,v 1.333.2.4.4.1 2017/06/21 19:55:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1323,7 +1323,7 @@ sub decideoutput { if (defined($first_access)) { my $due_date= &Apache::lonnet::EXT("resource.$part.duedate"); my ($timelimit) = ($interval[0] =~ /^(\d+)/); - unless (($due_date) && ($due_date < $first_access + $timelimit)) { + unless (($due_date) && ($due_date < $first_access + $timelimit)) { $message = &mt("Answer Submitted: Your final submission will be graded when the time limit is reached."); } }