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

raeburn raeburn at source.lon-capa.org
Sun Oct 15 13:15:19 EDT 2017


raeburn		Sun Oct 15 17:15:19 2017 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - For 2.11
    - Backport one change from rev. 1.305 to correct name of key in 
      usercreation hash in domain's configuration.db
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.84 loncom/interface/domainprefs.pm:1.160.6.85
--- loncom/interface/domainprefs.pm:1.160.6.84	Mon Jun  5 21:21:51 2017
+++ loncom/interface/domainprefs.pm	Sun Oct 15 17:15:18 2017
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.160.6.84 2017/06/05 21:21:51 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.85 2017/10/15 17:15:18 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -10132,7 +10132,7 @@
         $save_usercreate{'cancreate'}{'shibenv'} = $cancreate{'shibenv'};
     }
     $save_usercreate{'cancreate'}{'emailusername'} = $cancreate{'emailusername'};
-    $save_usercreate{'emailrule'} = \@email_rule;
+    $save_usercreate{'email_rule'} = \@email_rule;
 
     my %userconfig_hash = (
             usercreation     => \%save_usercreate,




More information about the LON-CAPA-cvs mailing list