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

raeburn raeburn at source.lon-capa.org
Mon Dec 23 08:20:32 EST 2013


raeburn		Mon Dec 23 13:20:32 2013 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Typo in rev 1.211.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.214 loncom/interface/domainprefs.pm:1.215
--- loncom/interface/domainprefs.pm:1.214	Sun Dec 22 20:59:51 2013
+++ loncom/interface/domainprefs.pm	Mon Dec 23 13:20:31 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.214 2013/12/22 20:59:51 raeburn Exp $
+# $Id: domainprefs.pm,v 1.215 2013/12/23 13:20:31 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -8687,7 +8687,7 @@
                                 }
                             }
                         }
-                        my $cachekey = &scape('loadbalancing').':'.&escape($dom);
+                        my $cachekey = &escape('loadbalancing').':'.&escape($dom);
                         &Apache::lonnet::remote_devalidate_cache($balancer,[$cachekey]);
                     }
                 }




More information about the LON-CAPA-cvs mailing list