summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-22 08:55:11 +0100
committerAndrew Dolgov <[email protected]>2006-08-22 08:55:11 +0100
commitdab4e89eae5701040553a3d083cb4522004b4cd6 (patch)
tree3d157aa68ea5c45ff9f0e6f95841f9544cff6b2e /backend.php
parent3dd9183cd603df99ae8d2bf5cb536b24bc030e20 (diff)
fetch include_in_digest in feed editor
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 80e81e637..0075eb659 100644
--- a/backend.php
+++ b/backend.php
@@ -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