From 4613de6f8746ce8ac4edd8e49f53c845394cff4f Mon Sep 17 00:00:00 2001 From: David M Date: Sat, 10 Jun 2006 16:51:24 +0000 Subject: - BBCode bugs - PostgreSQL now gives us database info (if you are running 8.1 or have the dbsize contrib module installed) git-svn-id: file:///svn/phpbb/trunk@6042 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/bbcode.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/includes/bbcode.php') diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php index 9ac850fb6e..e161e2a37e 100644 --- a/phpBB/includes/bbcode.php +++ b/phpBB/includes/bbcode.php @@ -466,6 +466,7 @@ class bbcode // when using the /e modifier, preg_replace slashes double-quotes but does not // seem to slash anything else $quote = str_replace('\"', '"', $quote); + $username = str_replace('\"', '"', $username); // remove newline at the beginning if ($quote{0} == "\n") -- cgit v1.2.1