From 7252abe3ea5703b3cf75a3745e560499cfde500a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 23 Dec 2012 15:18:41 +0400 Subject: add contributed plugins; load note plugin by default --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index da6767986..a4caf9fde 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3141,7 +3141,7 @@ ccache_update($link, $feed_id, $owner_uid); } - $result = db_query($link, "SELECT title,link,content,feed_id,comments,int_id, + $result = db_query($link, "SELECT id,title,link,content,feed_id,comments,int_id, ".SUBSTRING_FOR_DATE."(updated,1,16) as updated, (SELECT icon_url FROM ttrss_feeds WHERE id = feed_id) as icon_url, (SELECT site_url FROM ttrss_feeds WHERE id = feed_id) as site_url, -- cgit v1.2.3