No use detected when tested?

This commit is contained in:
Ice
2008-08-09 13:23:18 +00:00
parent 399ba4e5f5
commit 2a37786346

View File

@@ -277,11 +277,6 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le
$message = censor_text( str_replace("\n", '<br/> ', $row['post_text']) ); $message = censor_text( str_replace("\n", '<br/> ', $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 // Second parse bbcode here
if ($row['bbcode_bitfield']) if ($row['bbcode_bitfield'])
{ {