From 6f80c5e98097e73e9e2fbaffe2f4b5ef71d61c93 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 19 Oct 2005 08:50:34 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/stats/ProcessGraphLignes.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/telephonie/stats/ProcessGraphLignes.class.php b/htdocs/telephonie/stats/ProcessGraphLignes.class.php index 4b154f7cb21..d4255dad2e7 100644 --- a/htdocs/telephonie/stats/ProcessGraphLignes.class.php +++ b/htdocs/telephonie/stats/ProcessGraphLignes.class.php @@ -136,7 +136,6 @@ class ProcessGraphLignes $graphx->GraphDraw($file, $this->nbminutes, $this->labels); } - Function GetDatas() { $sql = "SELECT date_format(td.date,'%m'), sum(duree), count(*), sum(cout_vente), sum(fourn_montant)"; @@ -170,6 +169,5 @@ class ProcessGraphLignes dolibarr_syslog("Error"); } } - } ?>