--- rat/lonpage.pm 2019/08/12 15:36:40 1.111.2.8 +++ rat/lonpage.pm 2020/01/18 01:12:51 1.111.2.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Page Handler # -# $Id: lonpage.pm,v 1.111.2.8 2019/08/12 15:36:40 raeburn Exp $ +# $Id: lonpage.pm,v 1.111.2.9 2020/01/18 01:12:51 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -320,7 +320,9 @@ ENDEXT if ($env{'form.all_submit_pressed'}) { $posthash{'all_submit'}='yes'; } - } + } elsif ($env{'form.'.$prefix.'markaccess'} eq 'yes') { + $posthash{'markaccess'} = $env{'form.'.$prefix.'markaccess'}; + } if ($env{'environment.remote'} eq 'on') { $posthash{'inhibitmenu'} = 'yes'; }