woomla Thu, 09 Aug 2012 05:31:18 -0700
When i parseQueryString this string: view=a;b;c I get an array ['view=a', 'b', 'c'] because the string is split on & AND ;.
Is this normal behaviour? Shouldn't it only split on '&'? W