summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-01 07:42:08 +0100
committerAndrew Dolgov <[email protected]>2006-12-01 07:42:08 +0100
commitd4b4b9dece1ce4bb7d1bc56004c0dde318b8008f (patch)
tree5fedcf08c75f0a2ce7e92ab2391dd8f5c4d821ec /functions.php
parenta3656a415f2e557014eef45a395ad19e10771ff5 (diff)
show entry author in CDM header, tweak actions a little bit
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 3c131b070..c07f95b22 100644
--- a/functions.php
+++ b/functions.php
@@ -2317,7 +2317,8 @@
SUBSTRING(last_read,1,19) as last_read_noms,
$vfeed_query_part
$content_query_part
- SUBSTRING(updated,1,19) as updated_noms
+ SUBSTRING(updated,1,19) as updated_noms,
+ author
FROM
ttrss_entries,ttrss_user_entries,ttrss_feeds
WHERE