diff options
author | David M <davidmj@users.sourceforge.net> | 2008-04-20 05:16:42 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2008-04-20 05:16:42 +0000 |
commit | 29eb7129987e129877529144816f32704eb724f0 (patch) | |
tree | 1e57a1f644cf04ebcbe5f7c6d192a1e0e103468c /phpBB/includes | |
parent | 3613ddf523f6e555e8095f1d0f995fa44a99da6f (diff) | |
download | forums-29eb7129987e129877529144816f32704eb724f0.tar forums-29eb7129987e129877529144816f32704eb724f0.tar.gz forums-29eb7129987e129877529144816f32704eb724f0.tar.bz2 forums-29eb7129987e129877529144816f32704eb724f0.tar.xz forums-29eb7129987e129877529144816f32704eb724f0.zip |
#21885
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8510 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/utf/utf_tools.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/utf/utf_tools.php b/phpBB/includes/utf/utf_tools.php index b30f28aac9..8098176837 100644 --- a/phpBB/includes/utf/utf_tools.php +++ b/phpBB/includes/utf/utf_tools.php @@ -1840,7 +1840,7 @@ function utf8_clean_string($text) /** * A wrapper for htmlspecialchars($value, ENT_COMPAT, 'UTF-8') */ -function utf8_htmlspecialchars(&$value) +function utf8_htmlspecialchars($value) { return htmlspecialchars($value, ENT_COMPAT, 'UTF-8'); } |