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