Supression des output sur la console
This commit is contained in:
parent
864a6b25ab
commit
b900925e32
@ -87,7 +87,7 @@ print "\nGraph ca moyen\n";
|
|||||||
$file = $img_root . "ca/gain_moyen_par_client.png";
|
$file = $img_root . "ca/gain_moyen_par_client.png";
|
||||||
$graphgain = new GraphCaMoyen ($db, $file);
|
$graphgain = new GraphCaMoyen ($db, $file);
|
||||||
|
|
||||||
$graphgain->show_console = 1 ;
|
$graphgain->show_console = 0 ;
|
||||||
$graphgain->GraphDraw();
|
$graphgain->GraphDraw();
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user