From 0ba68eebac065c77211bc2f71b5580c123122015 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 10 Mar 2007 15:05:43 +0000 Subject: [PATCH] #8632 git-svn-id: file:///svn/phpbb/trunk@7164 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 f6dd702449..6514a65256 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1322,7 +1322,7 @@ function tracking_serialize($input) { if (is_array($value)) { - $out .= $key . ':(' . tracking_serializer($value) . ');'; + $out .= $key . ':(' . tracking_serialize($value) . ');'; } else {