[LON-CAPA-cvs] cvs: loncom /interface lonmenu.pm

raeburn raeburn at source.lon-capa.org
Sun Dec 31 20:22:24 EST 2023


raeburn		Mon Jan  1 01:22:24 2024 EDT

  Modified files:              
    /loncom/interface	lonmenu.pm 
  Log:
  - Fix typo in 1.543
  
  
Index: loncom/interface/lonmenu.pm
diff -u loncom/interface/lonmenu.pm:1.545 loncom/interface/lonmenu.pm:1.546
--- loncom/interface/lonmenu.pm:1.545	Mon Jan  1 00:53:49 2024
+++ loncom/interface/lonmenu.pm	Mon Jan  1 01:22:24 2024
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines to control the menu
 #
-# $Id: lonmenu.pm,v 1.545 2024/01/01 00:53:49 raeburn Exp $
+# $Id: lonmenu.pm,v 1.546 2024/01/01 01:22:24 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -378,6 +378,7 @@
                         } else {
                             next;
                         }
+                    }
                     if ($env{'request.course.id'} && $menucoll) {
                         next if ($item->[3]) && (!$menuopts{$item->[3]});
                     }




More information about the LON-CAPA-cvs mailing list