[LON-CAPA-cvs] cvs: rat(version_2_11_X) / lonpage.pm

raeburn raeburn at source.lon-capa.org
Fri Jan 17 20:12:52 EST 2020


raeburn		Sat Jan 18 01:12:52 2020 EDT

  Modified files:              (Branch: version_2_11_X)
    /rat	lonpage.pm 
  Log:
  - For 2.11
    Backport 1.129
  
  
Index: rat/lonpage.pm
diff -u rat/lonpage.pm:1.111.2.8 rat/lonpage.pm:1.111.2.9
--- rat/lonpage.pm:1.111.2.8	Mon Aug 12 15:36:40 2019
+++ rat/lonpage.pm	Sat Jan 18 01:12:51 2020
@@ -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 @@
 				  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';
                               }




More information about the LON-CAPA-cvs mailing list