--- loncom/homework/structuretags.pm 2020/09/29 18:03:03 1.512.2.23.2.2 +++ loncom/homework/structuretags.pm 2020/09/28 00:46:06 1.512.2.24 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.512.2.23.2.2 2020/09/29 18:03:03 raeburn Exp $ +# $Id: structuretags.pm,v 1.512.2.24 2020/09/28 00:46:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1559,8 +1559,7 @@ sub start_problem { $target eq 'tex') { if ($env{'form.markaccess'}) { my @interval=&Apache::lonnet::EXT("resource.0.interval"); - my ($timelimit) = ($interval[0] =~ /^(\d+)/); - my $is_set = &Apache::lonnet::set_first_access($interval[1],$timelimit); + my $is_set = &Apache::lonnet::set_first_access($interval[1],$interval[0]); unless (($is_set eq 'ok') || ($is_set eq 'already_set')) { $firstaccres = $is_set; }