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

raeburn raeburn at source.lon-capa.org
Fri Mar 13 09:53:08 EDT 2015


raeburn		Fri Mar 13 13:53:08 2015 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - For 2.11
    Backport 1.258
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.57 loncom/interface/domainprefs.pm:1.160.6.58
--- loncom/interface/domainprefs.pm:1.160.6.57	Wed Mar 11 17:15:40 2015
+++ loncom/interface/domainprefs.pm	Fri Mar 13 13:53:07 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.160.6.57 2015/03/11 17:15:40 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.58 2015/03/13 13:53:07 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2953,6 +2953,10 @@
                     $deftimeout{$type} = $staticdefaults{'postsubmit'};
                 }
             }
+        } else {
+            foreach my $type (@types) {
+                $deftimeout{$type} = $staticdefaults{'postsubmit'};
+            }
         }
         if (!$currdefresponder) {
             $currdefresponder = $staticdefaults{'anonsurvey_threshold'};




More information about the LON-CAPA-cvs mailing list