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

raeburn raeburn at source.lon-capa.org
Wed Apr 30 17:51:30 EDT 2014


raeburn		Wed Apr 30 21:51:30 2014 EDT

  Modified files:              
    /loncom/auth	lonauth.pm 
  Log:
  - coding style
    - return from subroutines. 
  
  
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.133 loncom/auth/lonauth.pm:1.134
--- loncom/auth/lonauth.pm:1.133	Sun Apr  6 13:40:19 2014
+++ loncom/auth/lonauth.pm	Wed Apr 30 21:51:30 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonauth.pm,v 1.133 2014/04/06 13:40:19 raeburn Exp $
+# $Id: lonauth.pm,v 1.134 2014/04/30 21:51:30 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -155,6 +155,7 @@
 $continuelink
 $end_page
 ENDSUCCESS
+    return;
 }
 
 # --------------------------------------------------------------- Failed login!




More information about the LON-CAPA-cvs mailing list