From 6276165b6d631c326b07e3ba9834717bed35d7dd Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Wed, 18 Jul 2007 12:23:27 +0000 Subject: [PATCH] Weird, that should ave been in RC3. git-svn-id: file:///svn/phpbb/trunk@7902 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/convertors/functions_phpbb20.php | 1 + 1 file changed, 1 insertion(+) 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 ;)