summaryrefslogtreecommitdiff
path: root/mobile/classic/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/classic/functions.php')
-rw-r--r--mobile/classic/functions.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/mobile/classic/functions.php b/mobile/classic/functions.php
index bd61bbfd2..4cb58308e 100644
--- a/mobile/classic/functions.php
+++ b/mobile/classic/functions.php
@@ -522,13 +522,8 @@
$content_link = "<a href=\"?go=view&id=$id&cat=$cat_view&ret_feed=$feed&feed=$feed_id\">" .
$line["title"] . "</a>";
- if (get_pref($link, 'HEADLINES_SMART_DATE')) {
- $updated_fmt = smart_date_time(strtotime($line["updated"]));
- } else {
- $short_date = get_pref($link, 'SHORT_DATE_FORMAT');
- $updated_fmt = date($short_date, strtotime($line["updated"]));
- }
-
+ $updated_fmt = make_local_datetime($link, $line['updated'], false);
+
print "<li class='$class' id=\"HROW-$id\">";
print "<input type=\"checkbox\" name=\"sel_ids[$id]\"