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

raeburn raeburn at source.lon-capa.org
Sun May 5 21:30:15 EDT 2019


raeburn		Mon May  6 01:30:15 2019 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Fix typos.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.357 loncom/interface/domainprefs.pm:1.358
--- loncom/interface/domainprefs.pm:1.357	Fri Apr 26 23:46:19 2019
+++ loncom/interface/domainprefs.pm	Mon May  6 01:30:14 2019
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.357 2019/04/26 23:46:19 raeburn Exp $
+# $Id: domainprefs.pm,v 1.358 2019/05/06 01:30:14 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -6227,8 +6227,8 @@
             if ($settings->{expire}) {
                 $expire = $settings->{expire};
             }
-            if ($settings->(numsaved}) {
-                $numsaved = $settings->(numsaved};
+            if ($settings->{numsaved}) {
+                $numsaved = $settings->{numsaved};
             }
         } else {
             $min = '7';




More information about the LON-CAPA-cvs mailing list