aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-04-26 05:58:47 +0000
committerchrisaga <chrisaga@piwigo.org>2006-04-26 05:58:47 +0000
commite44b7975eb3c27417977c03588124a478ea9f22a (patch)
treed61a7d476155764ba5257678a531c16412f4aaa3
parent99fde2849d5813026a0b2a3b80ea8e5a9a0d9732 (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
-rw-r--r--include/functions_html.inc.php1
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);