fetch include_in_digest in feed editor

This commit is contained in:
Andrew Dolgov 2006-08-22 08:55:11 +01:00
parent 3dd9183cd6
commit dab4e89eae
1 changed files with 2 additions and 1 deletions

View File

@ -1668,7 +1668,8 @@
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