diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-07-18 12:23:27 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-07-18 12:23:27 +0000 |
commit | 6276165b6d631c326b07e3ba9834717bed35d7dd (patch) | |
tree | 71392edde6772d57fe78112797eb25a1ed0bda69 /phpBB/install | |
parent | 6c773c35b3177f0f6773778c49ca13172286c227 (diff) | |
download | forums-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')
-rw-r--r-- | phpBB/install/convertors/functions_phpbb20.php | 1 |
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="\1"]', $message); + $message = preg_replace('/\[quote=\\\"(.*?)\\\"\]/s', '[quote="\1"]', $message); } // Already the new user id ;) |