From 8cf512a918e3d51e2453bfd7dcdc36f8b0ba0d20 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Sat, 21 May 2005 20:40:06 +0000
Subject: [PATCH] =?UTF-8?q?il=20en=20restait=201,=20et=20c'=C3=A9tait=20ce?=
 =?UTF-8?q?lui-l=C3=A0...=20(izo)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/inc-html-squel.php3 b/inc-html-squel.php3
index 93e4051350..d4b742c489 100644
--- a/inc-html-squel.php3
+++ b/inc-html-squel.php3
@@ -178,7 +178,7 @@ function phraser_args($texte, $fin, $sep, $result, &$pointeur_champ) {
 		else if ($args[0] == "'")
 			ereg ("^(')([^']*)(')(.*)$", $args, $regs);
 		else
-			ereg("^( *)([^,}{]*({[^}{]*[}][^,}{]*)*[^,}]*)([,}$fin].*)$", $args, $regs);
+			ereg("^( *)([^,}{]*([{][^}{]*[}][^,}{]*)*[^,}]*)([,}$fin].*)$", $args, $regs);
 
 		$args = ltrim($regs[count($regs)-1]);
 		$arg = $regs[2];
-- 
GitLab