From 71548d9e394a2b7e159dbfe7fd229b2dc905d06a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 8 Jun 2005 13:38:24 +0000 Subject: [PATCH] Nettoyage --- htdocs/telephonie/contrat/stats.php | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/htdocs/telephonie/contrat/stats.php b/htdocs/telephonie/contrat/stats.php index cc24d7fce3e..7102cd23eb7 100644 --- a/htdocs/telephonie/contrat/stats.php +++ b/htdocs/telephonie/contrat/stats.php @@ -22,18 +22,10 @@ require("./pre.inc.php"); -$mesg = ''; - llxHeader("","Téléphonie - Contrat"); -if ($cancel == $langs->trans("Cancel")) -{ - $action = ''; -} -/* - * Affichage - * - */ + +/* Affichage */ if ($_GET["id"]) { @@ -145,7 +137,7 @@ if ($_GET["id"]) if (file_exists($file)) { - print 'CA Mensuel'; + print ''; } else { @@ -189,23 +181,16 @@ if ($_GET["id"]) print ''; - } } } else { - print "Error"; + print "Erreur"; } print ''; -/* ************************************************************************** */ -/* */ -/* Barre d'action */ -/* */ -/* ************************************************************************** */ - $db->close(); llxFooter("Dernière modification $Date$ révision $Revision$");