diff --git a/scripts/cron/stock-graph.php b/scripts/cron/stock-graph.php index 36672ac0cdc..a5c665f5cb2 100644 --- a/scripts/cron/stock-graph.php +++ b/scripts/cron/stock-graph.php @@ -114,7 +114,8 @@ foreach ($entrepots as $key => $ent) $title = "Valorisation du stock (euros HT) sur l'année ".$year; graph_datas($file, $title, $values[$key], $legends); -print "$file\n"; + if ($verbose) + print "$file\n"; }