X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=lib%2Fcontact.php;h=b6809822b7f292d9a19d174066e13c49dc93f77d;hb=d2336ce5f06b0e2762149edce0d7253437914f2b;hp=56327de6e736e6367f731eeb948c7d49917d2155;hpb=e72f4914ec908eb1af63129346d32d3cbd45b4e0;p=readifood.git diff --git a/lib/contact.php b/lib/contact.php index 56327de..b680982 100644 --- a/lib/contact.php +++ b/lib/contact.php @@ -578,7 +578,7 @@ } } else if ($parameters[0] == "search") { - search_contacts(0, 10, $parameters[1]); + search_contacts(0, 10, urldecode($parameters[1])); } } list($name, $id, $args) = parse_parameters($parameters);