[NFC] pass arrays rather than strings to construct urls in dedupe code
authoreileen <emcnaughton@wikimedia.org>
Thu, 15 Feb 2018 04:51:42 +0000 (17:51 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 15 Feb 2018 05:12:03 +0000 (18:12 +1300)
commitc0cc2ad42e25c1d7e6157990353253c459ddcf21
tree30cda9bc05e1aef97791517f7440bbd9ade6e5b4
parentc9dfdcdb3c54f5ecf26a7109bb35058a5b922e79
[NFC] pass arrays rather than strings to construct urls in dedupe code

When we pass a query it is urlencoded and any quotes in the string are not subsequently htmlentity encoded plus
I think the url construction is generally cleaner
CRM/Contact/Form/Merge.php
CRM/Contact/Page/AJAX.php
CRM/Contact/Page/DedupeFind.php