From cb2a4a908879330b897bd575189f3d84a9715909 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Mon, 16 Aug 2004 17:31:03 +0000
Subject: [PATCH] =?UTF-8?q?cosm=C3=A9tique=20(esj)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 inc-debug.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc-debug.php3 b/inc-debug.php3
index 7565f118a2..3e2d9ef83f 100644
--- a/inc-debug.php3
+++ b/inc-debug.php3
@@ -36,7 +36,7 @@ function affobject($val)
   else
     switch ($val->type) {
 		case 'boucle':
-			echo "<font color='red'><b>Boucle".$val->id_boucle."</b>: ".affval($val->commande);
+			echo "<font color='red'><b>Boucle".$val->id_boucle."</b>";
 			echo "<br><i><small>".affval($val->requete)."</small></i></font>";
 			break;
 		case 'texte':
-- 
GitLab