summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 08:47:48 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 08:47:48 +0100
commit11c9ea1fc0948593974f7caf9eb110f4d60cceab (patch)
tree69fae94e80d387b1e7669fd69614ba08e99e02fc /functions.php
parent8fc70781f85ac443f287f9541c235dab01c5b607 (diff)
mb_strtolower BLACKLISTED_TAGS before processing
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 3087b9b6a..f6e3cdacd 100644
--- a/functions.php
+++ b/functions.php
@@ -875,8 +875,8 @@
}
}
- $boring_tags = trim_array(split(",", get_pref($link,
- 'BLACKLISTED_TAGS', $owner_uid, '')));
+ $boring_tags = trim_array(split(",", mb_strtolower(get_pref($link,
+ 'BLACKLISTED_TAGS', $owner_uid, ''), 'utf-8')));
if ($additional_tags && is_array($additional_tags)) {
foreach ($additional_tags as $tag) {