From d8042fab7b0c289b03771a1003f99b69f4f5267b Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 7 Sep 2003 17:52:53 +0000 Subject: [PATCH] fix preview of postings with embedded bbcode git-svn-id: file:///svn/phpbb/trunk@4483 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_posting.php | 4 ++-- phpBB/posting.php | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 8bfd9b72bb..671f6cceb2 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -83,7 +83,7 @@ function format_display(&$message, &$signature, $uid, $siguid, $html, $bbcode, $ global $auth, $forum_id, $config, $censors, $user, $bbcode, $phpbb_root_path; // Second parse bbcode here - $message = $bbcode->bbcode_second_pass($message, $uid); + $bbcode->bbcode_second_pass($message, $uid); // If we allow users to disable display of emoticons we'll need an appropriate // check and preg_replace here @@ -102,7 +102,7 @@ function format_display(&$message, &$signature, $uid, $siguid, $html, $bbcode, $ { $signature = trim($signature); - $signature = $bbcode->bbcode_second_pass($signature, $siguid); + $bbcode->bbcode_second_pass($signature, $siguid); $signature = (!$config['enable_smilies']) ? preg_replace('#