[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface loncommon.pm

raeburn raeburn at source.lon-capa.org
Sat Oct 5 18:53:27 EDT 2024


raeburn		Sat Oct  5 22:53:27 2024 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	loncommon.pm 
  Log:
  - For 2.11
    Changes in rev. 1.1075.2.21 mean this code added in 1.1075.2.13 will 
    never run.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.168 loncom/interface/loncommon.pm:1.1075.2.169
--- loncom/interface/loncommon.pm:1.1075.2.168	Wed Jul 31 22:14:33 2024
+++ loncom/interface/loncommon.pm	Sat Oct  5 22:53:27 2024
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1075.2.168 2024/07/31 22:14:33 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.169 2024/10/05 22:53:27 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -5923,17 +5923,6 @@
                        <li>$menu</li>
                        </ol><div id="LC_realm"> $realm $dc_info</div>|;
     }
-    if ($env{'request.state'} eq 'construct') {
-        if (!$public){
-            if ($env{'request.state'} eq 'construct') {
-                $funclist = &Apache::lonhtmlcommon::scripttag(
-                                &Apache::lonmenu::utilityfunctions($httphost), 'start').
-                            &Apache::lonhtmlcommon::scripttag('','end').
-                            &Apache::lonmenu::innerregister($forcereg,
-                                                            $args->{'bread_crumbs'});
-            }
-        }
-    }
     return $bodytag."\n".$funclist;
 }
 




More information about the LON-CAPA-cvs mailing list