]> git.wh0rd.org - tt-rss.git/commitdiff
offline: also download starred articles
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 4 Feb 2009 12:50:28 +0000 (15:50 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 4 Feb 2009 12:50:28 +0000 (15:50 +0300)
modules/backend-rpc.php

index 54bf4a326a8e212e57edc9050c019cefd92b0d34..ccf02aca10ee3d3f7c6d67068f9a34b68257f631 100644 (file)
                                        $limit = min($limit, $amount);
 
                                        if ($unread_only) {
-                                               $unread_qpart = "unread = true AND ";
+                                               $unread_qpart = "(unread = true OR marked = true) AND ";
                                        }
 
                                        if ($cidt && $cidb) {