From: Andrew Dolgov Date: Tue, 22 Aug 2006 07:55:11 +0000 (+0100) Subject: fetch include_in_digest in feed editor X-Git-Tag: 1.2.3~34 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=dab4e89eae5701040553a3d083cb4522004b4cd6;p=tt-rss.git fetch include_in_digest in feed editor --- diff --git a/backend.php b/backend.php index 80e81e63..0075eb65 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