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

raeburn raeburn at source.lon-capa.org
Mon Aug 9 11:36:28 EDT 2021


raeburn		Mon Aug  9 15:36:28 2021 EDT

  Modified files:              
    /loncom/auth	lonauth.pm 
  Log:
  - Typo in rev. 1.164
  
  
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.164 loncom/auth/lonauth.pm:1.165
--- loncom/auth/lonauth.pm:1.164	Sat Aug  7 20:49:10 2021
+++ loncom/auth/lonauth.pm	Mon Aug  9 15:36:28 2021
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonauth.pm,v 1.164 2021/08/07 20:49:10 raeburn Exp $
+# $Id: lonauth.pm,v 1.165 2021/08/09 15:36:28 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -837,7 +837,7 @@
                              $disallow = 1;
                          }
                     } elsif ($acctype eq 'key') {
-                        unless (form{'linkkey'} eq $item) {
+                        unless ($form{'linkkey'} eq $item) {
                             $disallow = 1;
                         }
                     }




More information about the LON-CAPA-cvs mailing list