Diff for /rat/lonpageflip.pm between versions 1.106 and 1.107

version 1.106, 2021/07/19 15:48:25 version 1.107, 2021/08/06 00:52:43
Line 204  sub move { Line 204  sub move {
                         (!$env{'request.role.adv'})                          (!$env{'request.role.adv'})
                      && (($hash{'randomout_'.$next})                       && (($hash{'randomout_'.$next})
                      ||  ($deeplinkonly)                       ||  ($deeplinkonly)
                      ||  ($hash{'deeplinkout_'.$next})                       ||  ($hash{'deeplinkout_'.$next}))
     )      )
  || (!$allowed)   || (!$allowed)
  )   )
Line 339  sub first_accessible_resource { Line 339  sub first_accessible_resource {
         if ($hash{'encrypted_'.$newrid}) {          if ($hash{'encrypted_'.$newrid}) {
     $furl=&Apache::lonenc::encrypted($furl);      $furl=&Apache::lonenc::encrypted($furl);
         }          }
             {              }
  }   }
  untie(%hash);   untie(%hash);
  return $furl;   return $furl;

Removed from v.1.106  
changed lines
  Added in v.1.107


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>