]> git.wh0rd.org - tt-rss.git/commitdiff
minor first_id query fix
authorAndrew Dolgov <noreply@fakecake.org>
Sun, 12 Jul 2015 15:47:06 +0000 (18:47 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sun, 12 Jul 2015 15:47:06 +0000 (18:47 +0300)
include/functions2.php

index a85c49ccfc3ba6aee029271018fc701cfda6cb34..141c6d1cd2fbdd39e341456324bae8d170f7f99b 100644 (file)
                                $first_id = false;
                                // if previous topmost article id changed that means our current pagination is no longer valid
                                $query = "SELECT DISTINCT
+                                               ttrss_feeds.title,
                                                date_entered,
                                                guid,
                                                ttrss_entries.id,