From b85ca238207bab812a1b38277ecef28208594c89 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 25 Apr 2007 13:23:43 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/ligne/fiche.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/telephonie/ligne/fiche.php b/htdocs/telephonie/ligne/fiche.php index d167a612ac4..e33aee8366f 100644 --- a/htdocs/telephonie/ligne/fiche.php +++ b/htdocs/telephonie/ligne/fiche.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2007 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 @@ -680,15 +680,15 @@ else print ''.strftime("%d/%m/%y",$row[0]).''; print ' '; print $ligne->statuts[$row[1]]; - if ($row[5]) + if (strlen($row[4]) > 0) { - print '
'.$row[5]; + print '
'.$row[4]; } print ''; if ($user->rights->telephonie->fournisseur->lire) - print ''.$ff[$row[6]].''; + print ''.$ff[$row[5]].''; print ''. $row[3] . ""; $i++;