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