]> git.wh0rd.org - tt-rss.git/commitdiff
fetch include_in_digest in feed editor
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 22 Aug 2006 07:55:11 +0000 (08:55 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 22 Aug 2006 07:55:11 +0000 (08:55 +0100)
backend.php

index 80e81e63745faad4549a345f13be70d582ff0525..0075eb659ac3c12390571ce64b22715994420803 100644 (file)
                                F1.cat_id,
                                F2.title AS parent_title,
                                C1.title AS category,
-                               F1.hidden
+                               F1.hidden,
+                               F1.include_in_digest
                        FROM 
                                ttrss_feeds AS F1 
                                LEFT JOIN ttrss_feeds AS F2