summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorJoschasa <[email protected]>2013-03-21 00:36:30 +0100
committerJoschasa <[email protected]>2013-03-21 00:36:30 +0100
commitca5d9be49fb6f9cf06ebf8e305c4c1e290f710da (patch)
tree5c3adbffd822dbbaa7b763c039135a8e644a9a6d /mobile
parent2a3b6de0efd66a9643bce7ded70288d0ddf9fb24 (diff)
Remove deprecated $match_on
Diffstat (limited to 'mobile')
-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];