From df5714a54db315bd754fbc6c5b366e3c4485b780 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Wed, 6 Oct 2004 13:25:40 +0000 Subject: [PATCH] wibble --- htdocs/fiche.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/fiche.php b/htdocs/fiche.php index a48a6bf..bb23c0d 100644 --- a/htdocs/fiche.php +++ b/htdocs/fiche.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: fiche.php,v 1.11 2004-09-19 10:41:05 x2000coic Exp $ + $Id: fiche.php,v 1.12 2004-10-06 13:25:40 x2000habouzit Exp $ ***************************************************************************/ @@ -236,6 +236,8 @@ if (list($rapp_txt, $rapp_url, $rapp_type) = mysql_fetch_row($result)) { $applis .=", "; $applis .= applis_fmt($rapp_type, $rapp_txt, $rapp_url); } +} else { + $applis = ''; } mysql_free_result($result); $page->assign('applis', $applis); -- 2.1.4