1
0
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:
Andrew Dolgov
2009-02-05 13:52:37 +03:00
parent f45c85f95c
commit 3ab1826661
2 changed files with 8 additions and 6 deletions

View File

@@ -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>";