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$");