--- loncom/html/adm/helper/newslot.helper 2011/12/18 17:15:08 1.28
+++ loncom/html/adm/helper/newslot.helper 2013/07/24 18:21:46 1.30
@@ -314,7 +314,7 @@
-
+
Created Slot
@@ -396,6 +396,9 @@
my $ret = &Apache::lonnet::cput('slots',
{$helper->{'VARS'}{'name'} => \%slot},
$cdom,$cname);
+ if ($ret eq 'ok') {
+ &Apache::lonnet::devalidate_slots_cache($cname,$cdom);
+ }
$result.="\n ".'Name: '.&HTML::Entities::encode($helper->{'VARS'}{'name'}).''.
"\n".' Starts: '.&Apache::lonlocal::locallocaltime($slot{'starttime'}).''.
"\n".' Ends: '.&Apache::lonlocal::locallocaltime($slot{'endtime'}).''.