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);