1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 04:45:58 +00:00

star articles with score greater than 1000

This commit is contained in:
Andrew Dolgov
2008-04-30 10:30:07 +01:00
parent 546499a9f3
commit 32d59314bc

View File

@@ -1187,7 +1187,7 @@
$last_read_qpart = 'NOW()';
}
if (find_article_filter($article_filters, 'mark')) {
if (find_article_filter($article_filters, 'mark') || $score > 1000) {
$marked = 'true';
} else {
$marked = 'false';