From: Pierre Habouzit (MadCoder Date: Wed, 29 Dec 2004 18:48:53 +0000 (+0000) Subject: backport X-Git-Tag: xorg/old~567 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=a6d83fe6dd8f16aefbeb2a0bc064f0d3a5490cb4;p=platal.git backport Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-10 oopsie, another stupid bug git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-181 --- diff --git a/include/search.classes.inc.php b/include/search.classes.inc.php index 8dbc7f9..9673074 100644 --- a/include/search.classes.inc.php +++ b/include/search.classes.inc.php @@ -745,7 +745,7 @@ class SFieldGroup } foreach ($others as $key=>$val) { if (!empty($val)) { - $url[$key] = $val; + $url[] = "$key=$val"; } } return count($url)>0 ? implode('&', $url) : false;