]> git.wh0rd.org - tt-rss.git/commitdiff
counters: fix feed.update attribute
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 5 Nov 2010 07:43:19 +0000 (10:43 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 5 Nov 2010 07:43:19 +0000 (10:43 +0300)
functions.php

index da999fe2d4ecc515150a430d4e31e4f8094ab026..daa6ccf756076aabcacc30922da88677d457633a 100644 (file)
                        $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);