From 9acb368a258d5f01480e147c2ac102690706f6f9 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 8 Apr 2005 07:34:41 +0000 Subject: [PATCH] Synchro --- htdocs/telephonie/ligne/commande/commandetableur.class.php | 1 - htdocs/telephonie/stats/ProcessGraphClients.class.php | 2 -- htdocs/telephonie/tarifs/index.php | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/htdocs/telephonie/ligne/commande/commandetableur.class.php b/htdocs/telephonie/ligne/commande/commandetableur.class.php index 65e72d591b5..1d4260b171e 100644 --- a/htdocs/telephonie/ligne/commande/commandetableur.class.php +++ b/htdocs/telephonie/ligne/commande/commandetableur.class.php @@ -29,7 +29,6 @@ define ('COMMANDETABLEUR_NOEMAIL', -3); class CommandeTableur { - function CommandeTableur ($DB, $USER, $fourn) { $this->db = $DB; diff --git a/htdocs/telephonie/stats/ProcessGraphClients.class.php b/htdocs/telephonie/stats/ProcessGraphClients.class.php index 21e9770ca8d..bb8fe39e77a 100644 --- a/htdocs/telephonie/stats/ProcessGraphClients.class.php +++ b/htdocs/telephonie/stats/ProcessGraphClients.class.php @@ -92,8 +92,6 @@ class ProcessGraphClients { $obj = $this->db->fetch_object(); - $dir = $img_root . "client/".substr($obj->socidp,0,1)."/".$obj->socidp."/"; - $clients[$i] = $obj->socidp; $i++; diff --git a/htdocs/telephonie/tarifs/index.php b/htdocs/telephonie/tarifs/index.php index 16cc39517a4..a5336e238c5 100644 --- a/htdocs/telephonie/tarifs/index.php +++ b/htdocs/telephonie/tarifs/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2005 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