--- loncom/homework/grades.pm 2022/06/11 14:38:28 1.790 +++ loncom/homework/grades.pm 2023/02/09 19:27:18 1.791 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.790 2022/06/11 14:38:28 raeburn Exp $ +# $Id: grades.pm,v 1.791 2023/02/09 19:27:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2911,9 +2911,9 @@ sub get_last_submission { foreach my $key (sort(split(/\:/, $$returnhash{$version.':keys'}))) { $lasthash{$key}=$$returnhash{$version.':'.$key}; - $timestamp = - &Apache::lonlocal::locallocaltime($$returnhash{$version.':timestamp'}); } + $timestamp = + &Apache::lonlocal::locallocaltime($$returnhash{$version.':timestamp'}); } my (%typeparts,%randombytry); my $showsurv =