From e44b7975eb3c27417977c03588124a478ea9f22a Mon Sep 17 00:00:00 2001 From: chrisaga Date: Wed, 26 Apr 2006 05:58:47 +0000 Subject: remove : useless code (related to bug 351) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1275 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_html.inc.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/functions_html.inc.php') 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