On Sun, Oct 18, 2009 at 6:36 PM, Hans <[email protected]> wrote:
>
> But it needs a change to the BOLTredirect() function so the input gets
> converted to url:
> as I wrote, add:
>        $nextpage = BOLTutf2url($nextpage);
>
> That works fine as far as i tested it.

That's the only change needed for the situation you described? Sounds
like you are putting BoltWire through some complex testing... I don't
think anyone has quite tried that yet... Glad to hear this one was an
easy fix. ...

Actually, should it go before or after this conditional?

        if (strpos($nextpage, '://') === false) {
                $nextpage = BOLTutf2url($nextpage);

Seems like it should be after, so it doesn't mess with any links to
external urls...  Not 100% sure...

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to