From 2c0838b2c3242dfbad6e537f46eeb45b85cf6900 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 3 Apr 2012 11:03:07 +0200 Subject: [PATCH] Fixed exceeding of max execution time when using trim message tool --- root/portal/includes/functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index fc938c69..3f5a59a3 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -401,8 +401,6 @@ function get_sub_taged_string($message, $bbcode_uid, $length) { global $phpbb_root_path, $phpEx; - $message = htmlspecialchars_decode($message); - if(!class_exists('phpbb_trim_message')) { include($phpbb_root_path . 'includes/trim_message/trim_message.' . $phpEx);