[LON-CAPA-cvs] cvs: loncom /auth lonlogin.pm

raeburn raeburn at source.lon-capa.org
Tue Sep 28 16:47:47 EDT 2021


raeburn		Tue Sep 28 20:47:47 2021 EDT

  Modified files:              
    /loncom/auth	lonlogin.pm 
  Log:
  - Declaration no longer needed here.
  
  
Index: loncom/auth/lonlogin.pm
diff -u loncom/auth/lonlogin.pm:1.185 loncom/auth/lonlogin.pm:1.186
--- loncom/auth/lonlogin.pm:1.185	Mon Sep 27 02:49:36 2021
+++ loncom/auth/lonlogin.pm	Tue Sep 28 20:47:46 2021
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Login Screen
 #
-# $Id: lonlogin.pm,v 1.185 2021/09/27 02:49:36 raeburn Exp $
+# $Id: lonlogin.pm,v 1.186 2021/09/28 20:47:46 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -654,7 +654,7 @@
 	       alink        => "$alink",
                onload       => 'javascript:enableInput();',);
 
-    my ($headextra,$headextra_exempt,%defaultdomconf);
+    my ($headextra,$headextra_exempt);
     $headextra = $defaultdomconf{$defdom.'.login.headtag_'.$lonhost_in_use};
     $headextra_exempt = $defaultdomconf{$domain.'.login.headtag_exempt_'.$lonhost_in_use};
     if ($headextra) {




More information about the LON-CAPA-cvs mailing list