]> git.wh0rd.org - tt-rss.git/commitdiff
star articles with score greater than 1000
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 30 Apr 2008 09:30:07 +0000 (10:30 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 30 Apr 2008 09:30:07 +0000 (10:30 +0100)
functions.php

index 2c073b46707643e684c47f0683fcc145a4ce527b..d423168867cd66ebc88cd13fed818f28b2c7621f 100644 (file)
                                                        $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';