From 0c7e773693e2937ac16595ef551cecfa73bc1ec2 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 6 Aug 2008 15:23:37 +0000 Subject: Update: Fixed HTML entities in phpBB3 Also, 100th COMMIT! YAY! PARTY TIME EVERYONE! YAY! --- update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update/plugin') diff --git a/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php b/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php index 2858748..df7c203 100644 --- a/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php +++ b/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php @@ -33,7 +33,7 @@ function sendItem($title, $userID, $url, $fourm) $db->sql_freeresult($getuser2); $author = $getuser3['username']; - $url = str_replace($phpbb_root_path, generate_board_url() . '/', $url); + $url = html_entity_decode(str_replace($phpbb_root_path, generate_board_url() . '/', $url)); $da = array('forum_id' => $fourm); $getfourm = "SELECT * FROM " . FORUMS_TABLE . " WHERE " . $db->sql_build_array('SELECT', $da); -- cgit 1.4.1