Why not to use drupal_strtolower() (see includes/unicode.inc) instead of strtolower? This would eliminate the need for user to patch nodelist.module with mb_strtolower(), since this function provide graceful fallback to ordinary strtolower() if none mbstirng extension found.

CommentFileSizeAuthor
#1 nodelist.patch6.89 KBwmostrey

Comments

wmostrey’s picture

Assigned: Unassigned » wmostrey
Status: Active » Needs review
StatusFileSize
new6.89 KB

This is a patch against the latest version. Please confirm that all is ok.

wmostrey’s picture

Status: Needs review » Fixed

Tested and confirmed

Anonymous’s picture

Status: Fixed » Closed (fixed)