From 753994810a19422d7145fcd615754dcb558bc52a Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Fri, 9 Jun 2006 19:20:51 +0000 Subject: - a few adjustments to permissions, specifically with regard to global topics - forgot to change a line in permission trace [Bug #2100] - syntax highlighting for php5 - [Bug #2093] git-svn-id: file:///svn/phpbb/trunk@6028 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/message_parser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/message_parser.php') diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php index e16f930cce..11b4bb5ccb 100644 --- a/phpBB/includes/message_parser.php +++ b/phpBB/includes/message_parser.php @@ -354,8 +354,8 @@ class bbcode_firstpass extends bbcode $code = highlight_string($code, true); - $str_from = array('', '', '', '[', ']', '.', ':'); + $str_from = array('', '', '','[', ']', '.', ':'); + $str_to = array('', '', '', '[', ']', '.', ':'); if ($remove_tags) { -- cgit v1.2.1