From 21884958060f9e21e45e1f8a27c05a5326545a69 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Nov 2010 10:43:19 +0300 Subject: counters: fix feed.update attribute --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index da999fe2d..daa6ccf75 100644 --- a/functions.php +++ b/functions.php @@ -2894,7 +2894,7 @@ $count += db_fetch_result($tmp_result, 0, "unread"); $cv = array("id" => $id, - "last_updated" => $last_updated, + "updated" => $last_updated, "counter" => $count, "has_img" => (int) $has_img); -- cgit v1.2.3