--- loncom/interface/lonpopulate.pm 2004/08/05 21:57:07 1.17 +++ loncom/interface/lonpopulate.pm 2004/08/23 16:32:35 1.18 @@ -1,5 +1,5 @@ # automated enrollment configuration handler -# $Id: lonpopulate.pm,v 1.17 2004/08/05 21:57:07 raeburn Exp $ +# $Id: lonpopulate.pm,v 1.18 2004/08/23 16:32:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1439,7 +1439,7 @@ $showend.
"; $nextupdate = "at 1.30 am tomorrow"; } } else { - my @enrollstart = &Apache::lonlocal::locallocaltime($autostart); + my @enrollstart = localtime($autostart); $nextupdate = timelocal(0,30,1,$enrollstart[3],$enrollstart[4],$enrollstart[5]); unless (($enrollstart[2] < 1) || ($enrollstart[2] == 1 && $enrollstart[1] <=30)) { $nextupdate += 86400;