From d8ee096eeaa2f71301cc8507da4bbf1f0d40e9d4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 7 Sep 2003 18:16:35 +0000 Subject: [PATCH] Suppression du lien Editer dans la barre inutile --- htdocs/product/fiche.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/fiche.php3 b/htdocs/product/fiche.php3 index 58ad590fa52..dca2dd2c40d 100644 --- a/htdocs/product/fiche.php3 +++ b/htdocs/product/fiche.php3 @@ -311,7 +311,7 @@ print '-'; print '-'; print '-'; -if ($action == 'create') +if ($action == 'create' || $action == 'edit') { print '-'; }