mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:26:00 +00:00
api/getCategories: add TODO
This commit is contained in:
@@ -172,6 +172,8 @@
|
|||||||
case "getCategories":
|
case "getCategories":
|
||||||
$unread_only = (bool)db_escape_string($_REQUEST["unread_only"]);
|
$unread_only = (bool)db_escape_string($_REQUEST["unread_only"]);
|
||||||
|
|
||||||
|
// TODO do not return empty categories, return Uncategorized and standard virtual cats
|
||||||
|
|
||||||
$result = db_query($link, "SELECT
|
$result = db_query($link, "SELECT
|
||||||
id, title FROM ttrss_feed_categories
|
id, title FROM ttrss_feed_categories
|
||||||
WHERE owner_uid = " .
|
WHERE owner_uid = " .
|
||||||
|
|||||||
Reference in New Issue
Block a user