--- rat/lonpageflip.pm 2021/07/19 15:48:25 1.106 +++ rat/lonpageflip.pm 2021/08/06 00:52:43 1.107 @@ -2,7 +2,7 @@ # # Page flip handler # -# $Id: lonpageflip.pm,v 1.106 2021/07/19 15:48:25 raeburn Exp $ +# $Id: lonpageflip.pm,v 1.107 2021/08/06 00:52:43 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -204,7 +204,7 @@ sub move { (!$env{'request.role.adv'}) && (($hash{'randomout_'.$next}) || ($deeplinkonly) - || ($hash{'deeplinkout_'.$next}) + || ($hash{'deeplinkout_'.$next})) ) || (!$allowed) ) @@ -339,7 +339,7 @@ sub first_accessible_resource { if ($hash{'encrypted_'.$newrid}) { $furl=&Apache::lonenc::encrypted($furl); } - { + } } untie(%hash); return $furl;