Content deleted Content added
Updating published sources: AFDMergeFromCleaner: * (Hopefully) Fix line breaking in the report. |
Updating published sources: AFDMergeFromCleaner: * Bah, the "nextrun" variable wasn't being loaded correctly. Fix that. |
||
Line 52:
if($self->{'nextrun'}==0){
my $t=$api->fetch('nextrun');
$self->{'nextrun'}=$$t if(defined($t) && $$t=~/^\d+$/
}
my $starttime=time();
|