Merge pull request #12515 from frederic34/patch-14

Update graph.php
This commit is contained in:
Laurent Destailleur 2019-11-26 09:15:22 +01:00 committed by GitHub
commit e23364b8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ else
{
dol_print_error($db);
}
if (empty($min)) $min = dol_now - 3600 * 24;
if (empty($min)) $min = dol_now() - 3600 * 24;
$log="graph.php: min=".$min." max=".$max;
dol_syslog($log);