[LON-CAPA-cvs] cvs: rat / lonuserstate.pm

raeburn raeburn at source.lon-capa.org
Mon Apr 19 17:12:53 EDT 2021


raeburn		Mon Apr 19 21:12:53 2021 EDT

  Modified files:              
    /rat	lonuserstate.pm 
  Log:
  - Change indents to standard 4 spaces.
  
  
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.161 rat/lonuserstate.pm:1.162
--- rat/lonuserstate.pm:1.161	Mon Apr 19 20:09:07 2021
+++ rat/lonuserstate.pm	Mon Apr 19 21:12:53 2021
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Construct and maintain state and binary representation of course for user
 #
-# $Id: lonuserstate.pm,v 1.161 2021/04/19 20:09:07 raeburn Exp $
+# $Id: lonuserstate.pm,v 1.162 2021/04/19 21:12:53 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1456,11 +1456,11 @@
 #  critical message checking (users without evb priv).
 #
 
-   if ($critmsg_check) {
-       my ($redirect,$url) = &Apache::loncommon::critical_redirect();
-       if ($redirect) {
-           $retfurl = $url;
-       }
+    if ($critmsg_check) {
+        my ($redirect,$url) = &Apache::loncommon::critical_redirect();
+        if ($redirect) {
+            $retfurl = $url;
+        }
     }
     return ($retfurl,$errtext);
 }




More information about the LON-CAPA-cvs mailing list