diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-26 06:03:39 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-26 06:03:39 +0000 |
commit | 79cabc6fd9a9b48e89b28de51f32078d2a75cd30 (patch) | |
tree | 21233b29ed0331263ee300e55ee8284703e2b0de /include/functions_html.inc.php | |
parent | c5c39aee68899d94d984b4bd4df1150d64197a53 (diff) |
merge branch 1.6 r1274:1275 into trunk (useless code)
git-svn-id: http://piwigo.org/svn/trunk@1276 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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); |