summaryrefslogtreecommitdiff
path: root/mobile/mobile-functions.php
diff options
context:
space:
mode:
authorRichard Beales <[email protected]>2013-03-21 07:04:54 +0000
committerRichard Beales <[email protected]>2013-03-21 07:04:54 +0000
commitf1fdfbea433c834ae7f09b4ef23f23d5efa069d4 (patch)
tree0b0b359f14767a9e2dea02a79f70de2bb30dda67 /mobile/mobile-functions.php
parent77accf45df3072bf0e3fe1e919bb75fc14313119 (diff)
parentb74c51342896f4f01a742dcad82fc8afa753c036 (diff)
Merge remote-tracking branch 'upstream/master'
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];