1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 00:59:14 +00:00

fix pref-feeds search

This commit is contained in:
Andrew Dolgov
2012-09-13 12:47:09 +04:00
parent 22439dad49
commit 17c755f048

View File

@@ -25,6 +25,10 @@ class Pref_Feeds extends Handler_Protected {
}
private function get_category_items($cat_id) {
$search = $_SESSION["prefs_feed_search"];
if ($search) $search_qpart = " AND LOWER(title) LIKE LOWER('%$search%')";
$show_empty_cats = $_REQUEST['mode'] != 2 &&
get_pref($this->link, '_PREFS_SHOW_EMPTY_CATS');