Thanks - that fix seems to have sorted it out.
=)

Guy 



Yaron Koren wrote:
> 
> Yes, I see the error - it's rather inexplicable on my part; it was
> supposed
> to fix a problem with URLs for alternate forms, but ended up doing the
> exact
> opposite of what it was supposed to. I checked the fix in to SVN; I
> probably
> can't release a fixed version of SF for a while, since the code is
> somewhat
> in limbo right now since it's only halfway into supporting SMW 1.4. If you
> want to fix it in your code, you can just change line 400 of
> /includes/SF_GlobalFunctions.php from:
> 
>                 $add_data_url .= (strpos($add_data_url, "?")) ? "?" : "&";
> 
> to:
> 
>                 $add_data_url .= (strpos($add_data_url, "?")) ? "&" : "?";
> 
> -Yaron
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Red-links-in-1.3.5--tp20320923p20324476.html
Sent from the Semantic Forms mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Semantic Forms" 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/semantic-forms?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to