aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors/functions_phpbb20.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-07-18 12:23:27 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-07-18 12:23:27 +0000
commit6276165b6d631c326b07e3ba9834717bed35d7dd (patch)
tree71392edde6772d57fe78112797eb25a1ed0bda69 /phpBB/install/convertors/functions_phpbb20.php
parent6c773c35b3177f0f6773778c49ca13172286c227 (diff)
downloadforums-6276165b6d631c326b07e3ba9834717bed35d7dd.tar
forums-6276165b6d631c326b07e3ba9834717bed35d7dd.tar.gz
forums-6276165b6d631c326b07e3ba9834717bed35d7dd.tar.bz2
forums-6276165b6d631c326b07e3ba9834717bed35d7dd.tar.xz
forums-6276165b6d631c326b07e3ba9834717bed35d7dd.zip
Weird, that should ave been in RC3.
git-svn-id: file:///svn/phpbb/trunk@7902 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/convertors/functions_phpbb20.php')
-rw-r--r--phpBB/install/convertors/functions_phpbb20.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/convertors/functions_phpbb20.php b/phpBB/install/convertors/functions_phpbb20.php
index 443855403b..db1fe7ea8d 100644
--- a/phpBB/install/convertors/functions_phpbb20.php
+++ b/phpBB/install/convertors/functions_phpbb20.php
@@ -1203,6 +1203,7 @@ function phpbb_prepare_message($message)
if (strpos($message, '[quote=') !== false)
{
$message = preg_replace('/\[quote="(.*?)"\]/s', '[quote=&quot;\1&quot;]', $message);
+ $message = preg_replace('/\[quote=\\\"(.*?)\\\"\]/s', '[quote=&quot;\1&quot;]', $message);
}
// Already the new user id ;)