From 11c9ea1fc0948593974f7caf9eb110f4d60cceab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 May 2007 08:47:48 +0100 Subject: mb_strtolower BLACKLISTED_TAGS before processing --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') 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) { -- cgit v1.2.3