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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | nodelist.patch | 6.89 KB | wmostrey |
Comments
Comment #1
wmostrey commentedThis is a patch against the latest version. Please confirm that all is ok.
Comment #2
wmostrey commentedTested and confirmed
Comment #3
(not verified) commented