diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-03 08:21:28 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-03 08:21:28 +0200 |
commit | 9b93bd25218dc0b4a5e477c3a64d6f74a51a9d21 (patch) | |
tree | 7b3af87ff4e4ef44999f69a6213b6f5df9ad2383 /mod/qsearch.php | |
parent | bda839635ceefac14c9d7892cd24d28fc6cdd596 (diff) | |
parent | f2bdcb19e7f2748d3c368ab11deeb98d63fedca7 (diff) | |
download | volse-hubzilla-9b93bd25218dc0b4a5e477c3a64d6f74a51a9d21.tar.gz volse-hubzilla-9b93bd25218dc0b4a5e477c3a64d6f74a51a9d21.tar.bz2 volse-hubzilla-9b93bd25218dc0b4a5e477c3a64d6f74a51a9d21.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/qsearch.php')
-rw-r--r-- | mod/qsearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/qsearch.php b/mod/qsearch.php index 9b3f2b087..c35e253b6 100644 --- a/mod/qsearch.php +++ b/mod/qsearch.php @@ -44,7 +44,7 @@ function qsearch_init(&$a) { $results[] = array( (int) $rr['id'], 0, $rr['name'],$rr['url'],$rr['photo']); } - echo str_replace('\\/','/',json_encode((object) $results)); + echo json_encode((object) $results); killme(); } |