summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-11 16:20:24 +0400
committerAndrew Dolgov <[email protected]>2013-07-11 16:20:24 +0400
commitabb04b76a51eb871a45011da55efb222924d50ee (patch)
treee62eff2885f6ca14be3a0c90d6ed441f6a593b5f /include
parentab25a8064461a194d97dceaa014c68bfc395702b (diff)
share: indicate whether article is shared or not using the icon
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 2 insertions, 0 deletions
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, " .