summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-23 15:18:41 +0400
committerAndrew Dolgov <[email protected]>2012-12-23 15:18:41 +0400
commit7252abe3ea5703b3cf75a3745e560499cfde500a (patch)
tree0e0da0a042d02cd60a96f223962f099dc097e7b4 /include
parenta5c9a5c82b6c80b0403f62138bbae8ec0f245c22 (diff)
add contributed plugins; load note plugin by default
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
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,