mb_strtolower BLACKLISTED_TAGS before processing

This commit is contained in:
Andrew Dolgov 2007-05-17 08:47:48 +01:00
parent 8fc70781f8
commit 11c9ea1fc0
1 changed files with 2 additions and 2 deletions

View File

@ -875,8 +875,8 @@
} }
} }
$boring_tags = trim_array(split(",", get_pref($link, $boring_tags = trim_array(split(",", mb_strtolower(get_pref($link,
'BLACKLISTED_TAGS', $owner_uid, ''))); 'BLACKLISTED_TAGS', $owner_uid, ''), 'utf-8')));
if ($additional_tags && is_array($additional_tags)) { if ($additional_tags && is_array($additional_tags)) {
foreach ($additional_tags as $tag) { foreach ($additional_tags as $tag) {