1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 05:31:27 +00:00

limit smart_date_time stuff to headlines only

This commit is contained in:
Andrew Dolgov
2015-07-03 23:36:47 +03:00
parent 46973af5df
commit b6714c77d2
2 changed files with 5 additions and 5 deletions

View File

@@ -376,7 +376,7 @@ class Feeds extends Handler_Protected {
# $content_link = "<a href=\"javascript:viewContentUrl('".$line["link"]."');\">" .
# $line["title"] . "</a>";
$updated_fmt = make_local_datetime($line["updated"], false);
$updated_fmt = make_local_datetime($line["updated"], false, false, false, true);
$date_entered_fmt = T_sprintf("Imported at %s",
make_local_datetime($line["date_entered"], false));