1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-17 22:31:30 +00:00

remove seconds from feed details headlines

This commit is contained in:
Andrew Dolgov
2005-11-20 11:43:50 +01:00
parent c565e1ef9e
commit bffdddd0b0

View File

@@ -2221,7 +2221,8 @@
print "</table>";
$result = db_query($link, "SELECT title,updated,unread
$result = db_query($link, "SELECT title,
SUBSTRING(updated,1,16) AS updated,unread
FROM ttrss_entries,ttrss_user_entries
WHERE ref_id = id AND feed_id = '$feed_id'
ORDER BY date_entered DESC LIMIT 5");