Closed (fixed)
Project:
Leech
Version:
5.x-1.x-dev
Component:
leech_feed_taxonomy
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2007 at 19:37 UTC
Updated:
7 Sep 2007 at 19:01 UTC
Due to line in
function leech_feed_taxonomy_create_vocabulary_items($node, $categories) {
this line
$category_name = strtolower($category_name['VALUE']);
should be changed to
$category_name = mb_strtolower($category_name['VALUE']);
Comments
Comment #1
alex_b commentedFixed and committed to 5.x branch: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/leech/leech...
Comment #2
(not verified) commented