From 79cabc6fd9a9b48e89b28de51f32078d2a75cd30 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Wed, 26 Apr 2006 06:03:39 +0000 Subject: merge branch 1.6 r1274:1275 into trunk (useless code) git-svn-id: http://piwigo.org/svn/trunk@1276 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_html.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index 00acd0018..bc967b752 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -479,7 +479,6 @@ function get_html_menu_category($categories) */ function parse_comment_content($content) { - htmlentities($content,ENT_QUOTES); $pattern = '/(https?:\/\/\S*)/'; $replacement = '$1'; $content = preg_replace($pattern, $replacement, $content); -- cgit v1.2.3