Merge pull request #24352 from battosai30/patch-1
FIX #24352 Wrong emailing delay in prompt in mailing-send.php
This commit is contained in:
commit
5b018ec189
@ -87,7 +87,7 @@ if (!isModEnabled('mailing')) {
|
||||
print "***** ".$script_file." (".$version.") pid=".dol_getmypid()." *****\n";
|
||||
|
||||
if (!empty($conf->global->MAILING_DELAY)) {
|
||||
print 'A delay of '.((float) $conf->global->MAILING_DELAY * 1000000).' seconds has been set between each email'."\n";
|
||||
print 'A delay of '.((float) $conf->global->MAILING_DELAY).' seconds has been set between each email'."\n";
|
||||
}
|
||||
|
||||
if ($conf->global->MAILING_LIMIT_SENDBYCLI == '-1') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user