aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/utf
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-06-15 07:36:22 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-06-15 07:36:22 +0000
commit8b9ae084490ea32c3722da533777109121ab3bf9 (patch)
treea605632055cc2f8f623e8d5a5838119aee86bb9b /phpBB/includes/utf
parente5151b0fc62c054f71ebe530070420bb6ff463c1 (diff)
downloadforums-8b9ae084490ea32c3722da533777109121ab3bf9.tar
forums-8b9ae084490ea32c3722da533777109121ab3bf9.tar.gz
forums-8b9ae084490ea32c3722da533777109121ab3bf9.tar.bz2
forums-8b9ae084490ea32c3722da533777109121ab3bf9.tar.xz
forums-8b9ae084490ea32c3722da533777109121ab3bf9.zip
Small fix, thanks Black_Hole
#12427 git-svn-id: file:///svn/phpbb/trunk@7757 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/utf')
-rw-r--r--phpBB/includes/utf/data/recode_cjk.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/utf/data/recode_cjk.php b/phpBB/includes/utf/data/recode_cjk.php
index b40728b65d..f3f9a256d7 100644
--- a/phpBB/includes/utf/data/recode_cjk.php
+++ b/phpBB/includes/utf/data/recode_cjk.php
@@ -7455,7 +7455,7 @@ function gb2312($string)
function sjis($string)
{
- static $array = array(
+ static $transform = array(
"\x5C"=>"\xC2\xA5",
"\x7E"=>"\xE2\x80\xBE",
"\x81\x40"=>"\xE3\x80\x80",