summaryrefslogtreecommitdiff
path: root/mobile/mobile-functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-20 22:05:49 -0700
committerAndrew Dolgov <[email protected]>2013-03-20 22:05:49 -0700
commit5b0aec17e9359818e6a9d3161d8539d6ed7a4f70 (patch)
tree5c3adbffd822dbbaa7b763c039135a8e644a9a6d /mobile/mobile-functions.php
parent4e4048024a2007527eaf713408c03e83f319b4ed (diff)
parentca5d9be49fb6f9cf06ebf8e305c4c1e290f710da (diff)
Merge pull request #63 from Joschasa/master
Remove deprecated stuff
Diffstat (limited to 'mobile/mobile-functions.php')
-rw-r--r--mobile/mobile-functions.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mobile/mobile-functions.php b/mobile/mobile-functions.php
index 65bba55df..39b89fa9c 100644
--- a/mobile/mobile-functions.php
+++ b/mobile/mobile-functions.php
@@ -341,14 +341,12 @@
if ($search) {
$search_mode = 'this_feed';
- $match_on = 'both';
} else {
$search_mode = '';
- $match_on = '';
}
$qfh_ret = queryFeedHeadlines($link, $feed_id, $limit,
- $view_mode, $is_cat, $search, $search_mode, $match_on,
+ $view_mode, $is_cat, $search, $search_mode,
"score DESC, date_entered ".(mobile_get_pref($link, 'REVERSE_HEADLINES') ? 'ASC' : 'DESC'), $offset);
$result = $qfh_ret[0];