diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-26 05:58:47 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-26 05:58:47 +0000 |
commit | e44b7975eb3c27417977c03588124a478ea9f22a (patch) | |
tree | d61a7d476155764ba5257678a531c16412f4aaa3 /include/functions_html.inc.php | |
parent | 99fde2849d5813026a0b2a3b80ea8e5a9a0d9732 (diff) |
remove : useless code (related to bug 351)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1275 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_html.inc.php')
-rw-r--r-- | include/functions_html.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 = '<a href="$1" rel="nofollow">$1</a>'; $content = preg_replace($pattern, $replacement, $content); |