From b5775d962a439ed46d74a8adc12d189f8bb77aec Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 9 Feb 2006 13:04:14 +0000 Subject: [PATCH] Bugfix HTML --- htdocs/telephonie/ligne/listecommande.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/htdocs/telephonie/ligne/listecommande.php b/htdocs/telephonie/ligne/listecommande.php index eba472227c2..d13d8da37d4 100644 --- a/htdocs/telephonie/ligne/listecommande.php +++ b/htdocs/telephonie/ligne/listecommande.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2006 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 @@ -106,7 +106,6 @@ if ($resql) print 'Date'; print 'Fournisseur'; - print "\n"; print ''; @@ -115,16 +114,12 @@ if ($resql) print ''; - print ' '; print ' '; print ''; print ''; - $var=True; - $ligne = new LigneTel($db); - while ($i < min($num,$conf->liste_limit)) { $obj = $db->fetch_object($resql);