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

raeburn raeburn at source.lon-capa.org
Wed Jan 19 15:56:07 EST 2022


raeburn		Wed Jan 19 20:56:07 2022 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - For 2.11
    - Fix typo in 1.160.6.119 backport of 1.402
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.120 loncom/interface/domainprefs.pm:1.160.6.121
--- loncom/interface/domainprefs.pm:1.160.6.120	Wed Jan 19 17:01:34 2022
+++ loncom/interface/domainprefs.pm	Wed Jan 19 20:56:06 2022
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.160.6.120 2022/01/19 17:01:34 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.121 2022/01/19 20:56:06 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1877,7 +1877,7 @@
                 $logincolors =
                     &login_text_colors($img,$role,$logintext,$phase,$choices,
                                        $designs,$defaults);
-            } else 
+            } else { 
                 if ($img ne 'domlogo') {
                     $datatable.= &logo_display_options($img,$defaults,$designs);
                 }




More information about the LON-CAPA-cvs mailing list