diff options
author | David M <davidmj@users.sourceforge.net> | 2007-03-04 22:14:14 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-03-04 22:14:14 +0000 |
commit | 6c1ba6971401d2a109f950e7793e48347257371c (patch) | |
tree | c90dc9650a7f901e269f40554d0e1d26b58ec7bd /phpBB/includes/functions.php | |
parent | e3b9b5ca81c7c0cc7918468f6a2036e1dda3252e (diff) | |
download | forums-6c1ba6971401d2a109f950e7793e48347257371c.tar forums-6c1ba6971401d2a109f950e7793e48347257371c.tar.gz forums-6c1ba6971401d2a109f950e7793e48347257371c.tar.bz2 forums-6c1ba6971401d2a109f950e7793e48347257371c.tar.xz forums-6c1ba6971401d2a109f950e7793e48347257371c.zip |
typo
git-svn-id: file:///svn/phpbb/trunk@7121 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |