mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 20:28:51 +00:00
git-svn-id: file:///svn/phpbb/trunk@7164 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6098703c37
commit
0ba68eebac
1 changed files with 1 additions and 1 deletions
|
@ -1322,7 +1322,7 @@ function tracking_serialize($input)
|
|||
{
|
||||
if (is_array($value))
|
||||
{
|
||||
$out .= $key . ':(' . tracking_serializer($value) . ');';
|
||||
$out .= $key . ':(' . tracking_serialize($value) . ');';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue