From af885a7f508f6bfb86aa175d9a44c8d88a31decc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 16 May 2007 14:27:49 +0000 Subject: [PATCH] Nettoyage --- htdocs/telephonie/stats/ProcessGraphLignes.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/telephonie/stats/ProcessGraphLignes.class.php b/htdocs/telephonie/stats/ProcessGraphLignes.class.php index 3b9d83ddd07..e69aafaf145 100644 --- a/htdocs/telephonie/stats/ProcessGraphLignes.class.php +++ b/htdocs/telephonie/stats/ProcessGraphLignes.class.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2005-2007 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,6 @@ */ require ("../../master.inc.php"); -require_once (DOL_DOCUMENT_ROOT."/telephonie/facturetel.class.php"); require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/graph/SimpleBar.class.php"); /* @@ -57,6 +56,8 @@ class ProcessGraphLignes { dolibarr_syslog("go $ligne"); $this->ligne = $ligne; + + /* Lecture des donnees */ $this->GetDatas(); $error = 0; @@ -75,7 +76,6 @@ class ProcessGraphLignes $graphx->show_console = 0 ; $graphx->GraphDraw($file, $this->vente, $this->labels); - /* Gain */ $file = $img_root . $ligne."/graphgain.png";