From 2a377863468e8bc423c4a93b03d189dd7a0ec9ec Mon Sep 17 00:00:00 2001 From: Ice Date: Sat, 9 Aug 2008 13:23:18 +0000 Subject: [PATCH] No use detected when tested? --- root/portal/includes/functions.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index 072c5ebe..09e85a54 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -277,11 +277,6 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le $message = censor_text( str_replace("\n", '
', $row['post_text']) ); } - if ($auth->acl_get('f_html', $row['forum_id'])) - { - $message = preg_replace('##is', '', $message); // Remove Comments from post content - } - // Second parse bbcode here if ($row['bbcode_bitfield']) {