summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorPerry Werneck <[email protected]>2013-08-11 10:41:50 -0300
committerPerry Werneck <[email protected]>2013-08-11 10:41:50 -0300
commitf0feea33ce757f1f1913de0aff8a3cebdd287e7c (patch)
tree6bf8523b55419d8eafcd46bdddae8a38cce152f3 /include/functions.php
parent4c33d3e534a3ae2a0a724648d24988ee0ae72c74 (diff)
parent3eb55333c617f21714d691f0a393af5083ec464b (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/functions.php b/include/functions.php
index 6bc52e9d9..f447d06f5 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3039,10 +3039,6 @@
if (preg_match("/^[0-9]*$/", $tag)) return false;
if (mb_strlen($tag) > 250) return false;
- if (function_exists('iconv')) {
- $tag = iconv("utf-8", "utf-8", $tag);
- }
-
if (!$tag) return false;
return true;