From c2668a37cd81fdd28b3087e663a9fa98c4a558ec Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Fri, 30 Sep 2005 19:56:18 +0000 Subject: [PATCH] un case';' au lieu de case ':' (pif) --- inc-compilo.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc-compilo.php3 b/inc-compilo.php3 index 4a3e2fe2aa..807d3c50de 100644 --- a/inc-compilo.php3 +++ b/inc-compilo.php3 @@ -465,7 +465,7 @@ function compile_cas($tableau, $descr, &$boucles, $id_boucle='') { $altern = "''"; break; - case 'champ'; + case 'champ': // cette structure pourrait etre completee des le phrase' (a faire) $p->id_boucle = $id_boucle; -- GitLab