2009/3/18 Hans <[email protected]>: > Dan, i think the bug is in engine.php line 55: > > else $pageLink = strtolower($_GET['p']);
use this instead: else $pageLink = mb_strtolower($_GET['p']); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
