From d62b3328f9af2053478f9ca88f68c75a85108295 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Fri, 13 Sep 2002 22:14:26 +0000
Subject: [PATCH] =?UTF-8?q?bug=20case=20mots-cl=C3=A9s=20ne=20restait=20pl?=
 =?UTF-8?q?us=20ouverte=20(suite=20=C3=A0=20la=20double=20utilisation=20de?=
 =?UTF-8?q?=20la=20variable=20$nouv=5Fmot)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/inc_mots.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc_mots.php3 b/ecrire/inc_mots.php3
index a97d3e172c..9fd76d7aef 100644
--- a/ecrire/inc_mots.php3
+++ b/ecrire/inc_mots.php3
@@ -343,7 +343,7 @@ function formulaire_mots($table, $id_objet, $nouv_mot, $supp_mot, $cherche_mot,
 		$nb_groupes = mysql_num_rows(spip_query($query_groupes));
 
 		if ($flag_editable) {
-			if ($nouv_mot.$cherche_mot.$supp_mot)
+			if ($nouveaux_mots.$cherche_mot.$supp_mot)
 				echo debut_block_visible("lesmots");
 			else if ($nb_groupes > 0) {
 				echo debut_block_visible("lesmots"); 
-- 
GitLab