offline: also download starred articles

This commit is contained in:
Andrew Dolgov 2009-02-04 15:50:28 +03:00
parent 3c6d3586f6
commit a400a562e9

View file

@ -562,7 +562,7 @@
$limit = min($limit, $amount);
if ($unread_only) {
$unread_qpart = "unread = true AND ";
$unread_qpart = "(unread = true OR marked = true) AND ";
}
if ($cidt && $cidb) {