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

raeburn raeburn at source.lon-capa.org
Fri Jul 29 10:25:36 EDT 2011


raeburn		Fri Jul 29 14:25:36 2011 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Bug 6498.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.143 loncom/interface/domainprefs.pm:1.144
--- loncom/interface/domainprefs.pm:1.143	Sun Mar  6 21:17:15 2011
+++ loncom/interface/domainprefs.pm	Fri Jul 29 14:25:36 2011
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.143 2011/03/06 21:17:15 raeburn Exp $
+# $Id: domainprefs.pm,v 1.144 2011/07/29 14:25:36 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4661,12 +4661,12 @@
                     $changes{'notify'}{'approval'} = 1;
                 }
             } else {
-                if ($domconfig{$action}{'notify'}{'approval'}) {
+                if ($confhash{'notify'}{'approval'}) {
                     $changes{'notify'}{'approval'} = 1;
                 }
             }
         } else {
-            if ($domconfig{$action}{'notify'}{'approval'}) {
+            if ($confhash{'notify'}{'approval'}) {
                 $changes{'notify'}{'approval'} = 1;
             }
         }




More information about the LON-CAPA-cvs mailing list