From d59da33ed94b300b1e23655ef95ee4256083bde7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 9 May 2006 19:01:52 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Message=20erreur=20non=20retourn=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 6d548d182f1..267d00cfd3b 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -141,7 +141,7 @@ if ($_POST["action"] == 'update' && { $_GET["action"] = 're-edit'; $_GET["id"] = $_POST["id"]; - $mesg = $product->mesg_error; + $mesg = $product->error; } } else