Suppression de l'ecriture sur la sortie standard
This commit is contained in:
parent
3d19633350
commit
9266ed16c4
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user