Return to domainprefs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.214, 2013/12/22 20:59:51 | version 1.215, 2013/12/23 13:20:31 |
---|---|
Line 8687 sub modify_loadbalancing { | Line 8687 sub modify_loadbalancing { |
} | } |
} | } |
} | } |
my $cachekey = &scape('loadbalancing').':'.&escape($dom); | my $cachekey = &escape('loadbalancing').':'.&escape($dom); |
&Apache::lonnet::remote_devalidate_cache($balancer,[$cachekey]); | &Apache::lonnet::remote_devalidate_cache($balancer,[$cachekey]); |
} | } |
} | } |