From 428b704dbcd4d0869e5d3455eda9b7fbda5c221e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 13 Nov 2010 18:48:56 +0300 Subject: bring back update button, it makes async update request to the daemon --- functions.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 7d7e82893..553b26563 100644 --- a/functions.php +++ b/functions.php @@ -2872,6 +2872,9 @@ $has_img = feed_has_icon($id); + if (date('Y') - date('Y', strtotime($line['last_updated'])) > 2) + $last_updated = ''; + $cv = array("id" => $id, "updated" => $last_updated, "counter" => $count, -- cgit v1.2.3-54-g00ecf