From 267ede71db08d4019ed4d58a5ed2f4816a23ffb1 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 10 Nov 2009 04:05:20 +0000 Subject: I hate you search. git-svn-id: http://code.elgg.org/elgg/trunk@3657 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/search/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mod') diff --git a/mod/search/index.php b/mod/search/index.php index 806c2a0d9..ee6da32a8 100644 --- a/mod/search/index.php +++ b/mod/search/index.php @@ -89,10 +89,10 @@ foreach ($custom_types as $type) { $label = "search_types:$type"; $data = htmlspecialchars(http_build_query(array( - 'q' => urlencode($query), + 'q' => $query, 'entity_subtype' => $entity_subtype, - 'entity_type' => urlencode($entity_type), - 'owner_guid' => urlencode($owner_guid), + 'entity_type' => $entity_type, + 'owner_guid' => $owner_guid, 'search_type' => $type, 'friends' => $friends ))); -- cgit v1.2.3