--- loncom/homework/bridgetask.pm 2017/06/13 16:20:40 1.264.2.1 +++ loncom/homework/bridgetask.pm 2017/06/21 19:55:00 1.264.4.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.264.2.1 2017/06/13 16:20:40 raeburn Exp $ +# $Id: bridgetask.pm,v 1.264.4.1 2017/06/21 19:55:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -682,7 +682,7 @@ sub start_Task { if ($env{'form.markaccess'}) { my @interval=&Apache::lonnet::EXT("resource.0.interval"); my ($timelimit) = ($interval[0] =~ /^(\d+)/); - &Apache::lonnet::set_first_access($interval[1],$timelimit); + &Apache::lonnet::set_first_access($interval[1],$timelimit); } }