From 892f9527e48ebc31400815bc2c5508773ab385bf Mon Sep 17 00:00:00 2001
From: Rodolphe Quiedeville <rodolphe@quiedeville.org>
Date: Wed, 16 Mar 2005 15:12:58 +0000
Subject: [PATCH] Modifie l'appel au graph des duree moyennes

---
 htdocs/telephonie/stats/ProcessGraphContrats.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/telephonie/stats/ProcessGraphContrats.class.php b/htdocs/telephonie/stats/ProcessGraphContrats.class.php
index 9b853f01245..583c631785f 100644
--- a/htdocs/telephonie/stats/ProcessGraphContrats.class.php
+++ b/htdocs/telephonie/stats/ProcessGraphContrats.class.php
@@ -121,7 +121,7 @@ class ProcessGraphContrats
 	    $graphduree = new GraphAppelsDureeMoyenne ($this->db, $file);
 	    $graphduree->contrat = $contrat;
 	    $graphduree->show_console = 0 ;
-	    $graphduree->GraphDraw();
+	    $graphduree->Graph();
 	    
 	    /* Nb de communication */
 
-- 
GitLab