2009/3/18 The Editor <[email protected]>: > > Actually, try this and see if it doesn't work... ~lines 54-56 > > if ((!isset($_GET['p'])) || ($_GET['p'] == '')) $pageLink = > BOLTconfig('BOLTdefaultPage', 'main'); > else $pageLink = $_GET['p']; > $pageLink = strtolower(BOLTutf2url($pageLink)) > > I just put the strtolower after the utf2url conversion, rather than > before. Seems to work fine now. What do you think?
yes, that looks good! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
