mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
typo
git-svn-id: file:///svn/phpbb/trunk@7121 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e3b9b5ca81
commit
6c1ba69714
1 changed files with 1 additions and 1 deletions
|
@ -1344,7 +1344,7 @@ function tracking_unserialize($string, $max_depth = 3)
|
||||||
$key = '';
|
$key = '';
|
||||||
$mode = 0;
|
$mode = 0;
|
||||||
$level = &$data;
|
$level = &$data;
|
||||||
for ($i = 0, ; $i < $n; ++$i)
|
for ($i = 0; $i < $n; ++$i)
|
||||||
{
|
{
|
||||||
switch ($mode)
|
switch ($mode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue