diff --git a/include/controls.php b/include/controls.php index b416f4d22..037e331cc 100755 --- a/include/controls.php +++ b/include/controls.php @@ -94,7 +94,7 @@ function print_feed_multi_select($id, $default_ids = [], (SELECT COUNT(id) FROM ttrss_feed_categories AS c2 WHERE c2.parent_cat = ttrss_feed_categories.id) AS num_children FROM ttrss_feed_categories - WHERE owner_uid = :uid AND + WHERE owner_uid = :uid AND (parent_cat = :root_id OR (:root_id IS NULL AND parent_cat IS NULL)) ORDER BY title"); $sth->execute([":uid" => $_SESSION['uid'], ":root_id" => $root_id]); @@ -188,7 +188,7 @@ function print_feed_cat_select($id, $default_id, (SELECT COUNT(id) FROM ttrss_feed_categories AS c2 WHERE c2.parent_cat = ttrss_feed_categories.id) AS num_children FROM ttrss_feed_categories - WHERE owner_uid = :uid AND + WHERE owner_uid = :uid AND (parent_cat = :root_id OR (:root_id IS NULL AND parent_cat IS NULL)) ORDER BY title"); $sth->execute([":uid" => $_SESSION['uid'], ":root_id" => $root_id]); @@ -293,14 +293,6 @@ function format_inline_player($url, $ctype) { "; - } else { - - $entry .= " - - "; } if ($entry) $entry .= "