diff options
Diffstat (limited to 'classes/Counters.php')
| -rw-r--r-- | classes/Counters.php | 4 |
1 files changed, 0 insertions, 4 deletions
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, |