Screen codes un URLs in Beta 3 are now case sensitive. This has never been the case and will likely crash a lot of stores links if they upgrade to 5.5
i.e. &screen=sfnt will fail.
In the past one could always count on g.Screen = toupper(g.Screen)
i.e. &screen=sfnt will fail.
In the past one could always count on g.Screen = toupper(g.Screen)
Comment