summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-03 23:36:47 +0300
committerAndrew Dolgov <[email protected]>2015-07-03 23:36:47 +0300
commitb6714c77d2f94e9aa847b12d19dfe4897e559088 (patch)
treed0e7848c3d296f7e4659d5e0aea124a1c068a89a /classes
parent46973af5df23a6b593f5c9c5e33a3ec25fd315f4 (diff)
limit smart_date_time stuff to headlines only
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 9dccdbc83..bedfe6499 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -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));