summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-05 10:43:19 +0300
committerAndrew Dolgov <[email protected]>2010-11-05 10:43:19 +0300
commit21884958060f9e21e45e1f8a27c05a5326545a69 (patch)
tree0b593f09890f57023462cdd73d1a0ffba6d329fd /functions.php
parenta8f447f3985f483588ea8d6e9a0c081e2def6af8 (diff)
counters: fix feed.update attribute
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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);