From aec62b5a6139329310efcc51a5c5cab83781757f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 15 Nov 2005 14:27:00 +0000 Subject: [PATCH] Fix: lien invalide --- htdocs/fourn/product/categorie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/product/categorie.php b/htdocs/fourn/product/categorie.php index d1113885e18..6c4abfdf458 100644 --- a/htdocs/fourn/product/categorie.php +++ b/htdocs/fourn/product/categorie.php @@ -132,7 +132,7 @@ if ($_GET["id"]) { $i = !$i; print "".$way.""; - print "".$langs->trans("DeleteFromCat")."\n"; + print "".$langs->trans("DeleteFromCat")."\n"; }