From 00b300c6ee53757f0abe4e6f2ff0e822dd18908c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 21 Apr 2006 13:57:47 +0000 Subject: [PATCH] bugfix --- htdocs/comm/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 17fb76b81f9..a7a3556bceb 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -345,8 +345,8 @@ if ($socidp > 0) if ($resql) { $num = $db->num_rows($resql); - $objsoc = $db->fetch_object($resql); - print $objsoc->nb?($objsoc->nb):$langs->trans("NoOtherDeliveryAdress"); + $objal = $db->fetch_object($resql); + print $objal->nb?($objal->nb):$langs->trans("NoOtherDeliveryAdress"); } else {