Supression des output sur la console

This commit is contained in:
Rodolphe Quiedeville 2005-05-10 08:08:35 +00:00
parent 864a6b25ab
commit b900925e32

View File

@ -87,7 +87,7 @@ print "\nGraph ca moyen\n";
$file = $img_root . "ca/gain_moyen_par_client.png";
$graphgain = new GraphCaMoyen ($db, $file);
$graphgain->show_console = 1 ;
$graphgain->show_console = 0 ;
$graphgain->GraphDraw();
/*************************************************************************/