From af7f8f7c7a22239728b0586d83b4f8423da0c14e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 18 Feb 2005 13:02:01 +0000 Subject: [PATCH] Qual: Nettoyage du code --- htdocs/telephonie/stats/lignes/index.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/htdocs/telephonie/stats/lignes/index.php b/htdocs/telephonie/stats/lignes/index.php index 101d8dea210..11aab4a0c52 100644 --- a/htdocs/telephonie/stats/lignes/index.php +++ b/htdocs/telephonie/stats/lignes/index.php @@ -21,11 +21,7 @@ */ require("./pre.inc.php"); -$page = $_GET["page"]; -$sortorder = $_GET["sortorder"]; - -if (!$user->rights->telephonie->lire) - accessforbidden(); +if (!$user->rights->telephonie->lire) accessforbidden(); llxHeader('','Telephonie - Statistiques - Lignes'); @@ -49,18 +45,9 @@ print 'Résiliation de lignes

'."\n"; -/* - * - * - */ - print ''; - - print ''; - - $db->close(); llxFooter("Dernière modification $Date$ révision $Revision$");