From 66ce318ee775f6831c4fd0aec366d8450fff3820 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 19 Dec 2006 10:39:27 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20affichait=20un=20message=20d'erreur=20lo?= =?UTF-8?q?rs=20d'une=20cr=E9ation=20de=20produit?= 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 5a0fc57f6a6..8f3fc54e18b 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -867,7 +867,7 @@ if ($_GET["id"] || $_GET["ref"]) } } } -else +else if (!$_GET["action"] == 'create') { Header("Location: index.php"); exit;