From b900925e3237875df5cffdc1c4244f4ca301a96d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 10 May 2005 08:08:35 +0000 Subject: [PATCH] Supression des output sur la console --- htdocs/telephonie/script/graph-statistiques-analyse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/script/graph-statistiques-analyse.php b/htdocs/telephonie/script/graph-statistiques-analyse.php index fda1f0f1052..d3ef75813c2 100644 --- a/htdocs/telephonie/script/graph-statistiques-analyse.php +++ b/htdocs/telephonie/script/graph-statistiques-analyse.php @@ -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(); /*************************************************************************/