From 6143573db16a152f9e48b619f7f6a475d74a6a4d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 15 Feb 2004 00:24:39 +0000 Subject: [PATCH] =?UTF-8?q?Dans=20la=20page=20boxes.php,=20le=20texte=20"H?= =?UTF-8?q?omepage"=20n'affichait=20que=20le=20"H"=20sur=20des=20versions?= =?UTF-8?q?=20r=E9centes=20de=20PHP=20=E0=20cause=20d'un=20probl=E8me=20de?= =?UTF-8?q?=20d=E9finition=20de=20array.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/boxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/boxes.php b/htdocs/admin/boxes.php index d746fae1b78..0ededd403a3 100644 --- a/htdocs/admin/boxes.php +++ b/htdocs/admin/boxes.php @@ -60,7 +60,7 @@ if ($_GET["action"] == 'delete') */ $boxes = array(); -$pos[0] = "Homepage"; +$pos = array("Homepage"); print '';