Merge pull request #24352 from battosai30/patch-1

FIX #24352 Wrong emailing delay in prompt in mailing-send.php
This commit is contained in:
Laurent Destailleur 2023-03-31 02:31:51 +02:00 committed by GitHub
commit 5b018ec189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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') {