From 5f016ea07a8322264b781386dcb34130aca07431 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Wed, 16 Mar 2005 15:13:52 +0000 Subject: [PATCH] Modif appel du graph des durees moyennes --- htdocs/telephonie/stats/ProcessGraphClients.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/ProcessGraphClients.class.php b/htdocs/telephonie/stats/ProcessGraphClients.class.php index 8aef2d416f1..f61f46c72f2 100644 --- a/htdocs/telephonie/stats/ProcessGraphClients.class.php +++ b/htdocs/telephonie/stats/ProcessGraphClients.class.php @@ -136,7 +136,7 @@ class ProcessGraphClients $graphgain = new GraphAppelsDureeMoyenne ($this->db, $file); $graphgain->client = $client; $graphgain->show_console = 0 ; - $graphgain->GraphDraw(); + $graphgain->Graph(); $file = $img_root . $client."/nb-comm-mensuel.png"; -- GitLab