From 119c7f13dcb9b91368304e3affd0219108ec490f Mon Sep 17 00:00:00 2001 From: wn_ Date: Sun, 15 Dec 2024 17:47:27 +0000 Subject: Consistently handle the 'smart' display of default/never dates. --- classes/Counters.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'classes/Counters.php') diff --git a/classes/Counters.php b/classes/Counters.php index 99d4fdab1..535c8b32b 100644 --- a/classes/Counters.php +++ b/classes/Counters.php @@ -191,10 +191,6 @@ class Counters { $ts = 0; } - // hide default un-updated timestamp i.e. 1970-01-01 (?) -fox - if ((int)date('Y') - (int)date('Y', strtotime($line['last_updated'] ?? '')) > 2) - $last_updated = ''; - $cv = [ "id" => $id, "updated" => $last_updated, -- cgit v1.2.3-54-g00ecf