From 8bf4328f77ea056e9e042d42bbe4fdc83a5336c8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 9 Jul 2005 14:00:52 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Variable=20non=20initialis=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 5244279a21f..519c918902c 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -217,6 +217,7 @@ if ( $db->query($sql) ) print ""; print "".$langs->trans("Bookmarks").""; print "\n"; + $var=true; while ($i < $num) {