[LON-CAPA-cvs] cvs: rat / lonpageflip.pm
raeburn
raeburn at source.lon-capa.org
Thu Aug 5 20:52:43 EDT 2021
raeburn Fri Aug 6 00:52:43 2021 EDT
Modified files:
/rat lonpageflip.pm
Log:
- Fix typos in rev. 1.105
Index: rat/lonpageflip.pm
diff -u rat/lonpageflip.pm:1.106 rat/lonpageflip.pm:1.107
--- rat/lonpageflip.pm:1.106 Mon Jul 19 15:48:25 2021
+++ rat/lonpageflip.pm Fri Aug 6 00:52:43 2021
@@ -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 @@
(!$env{'request.role.adv'})
&& (($hash{'randomout_'.$next})
|| ($deeplinkonly)
- || ($hash{'deeplinkout_'.$next})
+ || ($hash{'deeplinkout_'.$next}))
)
|| (!$allowed)
)
@@ -339,7 +339,7 @@
if ($hash{'encrypted_'.$newrid}) {
$furl=&Apache::lonenc::encrypted($furl);
}
- {
+ }
}
untie(%hash);
return $furl;
More information about the LON-CAPA-cvs
mailing list