diff options
author | Thomas Willingham <founder@kakste.com> | 2013-03-25 19:20:12 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-03-25 19:20:12 +0000 |
commit | fb8a0e06c48f974d7e6ef864992d7453b91cd640 (patch) | |
tree | 0f0b3004535c944099e7710d5731cbc46a3c8af1 /mod/search.php | |
parent | 23cd14329dcdc5b732a64bd7ba21123f24dd5cfd (diff) | |
download | volse-hubzilla-fb8a0e06c48f974d7e6ef864992d7453b91cd640.tar.gz volse-hubzilla-fb8a0e06c48f974d7e6ef864992d7453b91cd640.tar.bz2 volse-hubzilla-fb8a0e06c48f974d7e6ef864992d7453b91cd640.zip |
Updated build_query for mid
Diffstat (limited to 'mod/search.php')
-rw-r--r-- | mod/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/search.php b/mod/search.php index 9ae9414d2..fdd79f0a1 100644 --- a/mod/search.php +++ b/mod/search.php @@ -175,7 +175,7 @@ function search_content(&$a) { '$order' => '', '$file' => '', '$cats' => '', - '$uri' => '', + '$mid' => '', '$dend' => '', '$dbegin' => '' )); |