Merge pull request #59 from marc1706/master

Fixed exceeding of max execution time when using trim message tool
This commit is contained in:
Marc Alexander
2012-04-03 02:06:17 -07:00

View File

@@ -401,8 +401,6 @@ function get_sub_taged_string($message, $bbcode_uid, $length)
{ {
global $phpbb_root_path, $phpEx; global $phpbb_root_path, $phpEx;
$message = htmlspecialchars_decode($message);
if(!class_exists('phpbb_trim_message')) if(!class_exists('phpbb_trim_message'))
{ {
include($phpbb_root_path . 'includes/trim_message/trim_message.' . $phpEx); include($phpbb_root_path . 'includes/trim_message/trim_message.' . $phpEx);