From abb04b76a51eb871a45011da55efb222924d50ee Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Jul 2013 16:20:24 +0400 Subject: share: indicate whether article is shared or not using the icon --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 35edd8d1a..145f09804 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2645,6 +2645,7 @@ num_comments, comments, int_id, + uuid, hide_images, unread,feed_id,marked,published,link,last_read,orig_feed_id, last_marked, last_published, @@ -2687,6 +2688,7 @@ "tag_cache," . "label_cache," . "link," . + "uuid," . "last_read," . "(SELECT hide_images FROM ttrss_feeds WHERE id = feed_id) AS hide_images," . "last_marked, last_published, " . -- cgit v1.2.3