Skip to content
Snippets Groups Projects
Commit 3219c07a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

FIX Avoid error if no data

parent 50a5fe6f
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,8 @@ else
{
dol_print_error($db);
}
if (empty($min)) $min = dol_now - 3600 * 24;
$log="graph.php: min=".$min." max=".$max;
dol_syslog($log);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment