diff options
author | Friendika <info@friendika.com> | 2011-02-25 19:57:44 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-25 19:57:44 -0800 |
commit | 4efa0f1e813970b3fbd5f95fdc2a7d8ca767ca0e (patch) | |
tree | b943dc6905839426eb5a9f5dd67abd8c462845a4 | |
parent | 597d09de1f1e19e2828c369aaff679e90c9ac7d9 (diff) | |
download | volse-hubzilla-4efa0f1e813970b3fbd5f95fdc2a7d8ca767ca0e.tar.gz volse-hubzilla-4efa0f1e813970b3fbd5f95fdc2a7d8ca767ca0e.tar.bz2 volse-hubzilla-4efa0f1e813970b3fbd5f95fdc2a7d8ca767ca0e.zip |
newline at EOF
-rw-r--r-- | mod/qsearch.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/qsearch.php b/mod/qsearch.php index b55b526ff..3bde48870 100644 --- a/mod/qsearch.php +++ b/mod/qsearch.php @@ -46,4 +46,5 @@ function qsearch_init(&$a) { echo str_replace('\\/','/',json_encode((object) $results)); killme(); -}
\ No newline at end of file +} + |