From 81bd64793e0c3bd95ac4023d839c23b97116aff6 Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Wed, 28 Sep 2005 16:51:32 +0000
Subject: [PATCH] initialiser le tableau (cedric morin)

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

diff --git a/ecrire/inc_texte.php3 b/ecrire/inc_texte.php3
index 98fc1c4c8c..077b07cbac 100644
--- a/ecrire/inc_texte.php3
+++ b/ecrire/inc_texte.php3
@@ -681,7 +681,7 @@ function traiter_tableau($bloc) {
 
 	// Decouper le tableau en lignes
 	preg_match_all(',([|].*)[|]\n,Ums', $bloc, $regs, PREG_PATTERN_ORDER);
-
+	$html = array();
 	// Traiter chaque ligne
 	foreach ($regs[1] as $ligne) {
 		$l ++;
-- 
GitLab