D7 changed 'query' from string to array in url options array so there is no need to parse and rebuild querystring.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1356002-call-to-undefined-api-function.patch | 955 bytes | mhrabovcin |
D7 changed 'query' from string to array in url options array so there is no need to parse and rebuild querystring.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1356002-call-to-undefined-api-function.patch | 955 bytes | mhrabovcin |
Comments
Comment #1
mhrabovcin commentedAdding patch.
Comment #2
batje commentedThis patch works for me (and for the views_modes module). However, in this patch jpstrikesback does some more wizardry (at the top of the patch) that i am not sure is necessary. His patch was never applied somehow.
Would be nice if this patch or jpstrikesbacks's solution would be committed.
Comment #3
tobby commentedTested and committed: http://drupalcode.org/project/purl.git/commit/858f27e
Thanks for the patch.