From 6c1ba6971401d2a109f950e7793e48347257371c Mon Sep 17 00:00:00 2001 From: David M Date: Sun, 4 Mar 2007 22:14:14 +0000 Subject: [PATCH] typo git-svn-id: file:///svn/phpbb/trunk@7121 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 486be596c8..24b03fc367 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1344,7 +1344,7 @@ function tracking_unserialize($string, $max_depth = 3) $key = ''; $mode = 0; $level = &$data; - for ($i = 0, ; $i < $n; ++$i) + for ($i = 0; $i < $n; ++$i) { switch ($mode) {