Removed all module_cron_interval vestiges
This commit is contained in:
parent
bea95b0314
commit
94c1ce304d
|
@ -510,8 +510,6 @@ sub parse_conf_modules($) {
|
||||||
}
|
}
|
||||||
} elsif ($line =~ /^\s*module_crontab\s+(((\*|(\d+(-\d+){0,1}))\s*){5}).*$/) {
|
} elsif ($line =~ /^\s*module_crontab\s+(((\*|(\d+(-\d+){0,1}))\s*){5}).*$/) {
|
||||||
$module->{'cron'} = $1;
|
$module->{'cron'} = $1;
|
||||||
} elsif ($line =~ /^\s*module_cron_interval\s+(\d+).*$/) {
|
|
||||||
$module->{'cron_interval'} = $1;
|
|
||||||
} elsif ($line =~ /^\s*module_end\s*$/) {
|
} elsif ($line =~ /^\s*module_end\s*$/) {
|
||||||
next unless ($module->{'name'} ne '') and ($module->{'func'} != 0);
|
next unless ($module->{'name'} ne '') and ($module->{'func'} != 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue