mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 17:51:29 +00:00
offline: disable tags
This commit is contained in:
@@ -592,8 +592,10 @@
|
||||
|
||||
$line["marked"] = (int)sql_bool_to_bool($line["marked"]);
|
||||
$line["unread"] = (int)sql_bool_to_bool($line["unread"]);
|
||||
$line["tags"] = __("no tags");
|
||||
// $line["tags"] = format_tags_string(get_article_tags($link, $id), $id);
|
||||
|
||||
// too slow :(
|
||||
// $line["tags"] = format_tags_string(
|
||||
// get_article_tags($link, $line["id"]), $line["id"]);
|
||||
|
||||
print json_encode($line);
|
||||
print "]]></article>";
|
||||
|
||||
Reference in New Issue
Block a user