From 90520d74a4e285aeb8f33ac80902ef1378365095 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 11 Jun 2005 14:59:27 +0000 Subject: [PATCH] Fix: Supprime message erreur intempestif. --- htdocs/product/fiche.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 0b59d08ab6c..c167a6db217 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -553,10 +553,6 @@ if ($_GET["id"]) print ''; } } -else -{ - print $langs->trans("ErrorUnknown"); -} /* ************************************************************************** */