From e07be79a8ba398e0dbc299265e5e9cb5d0b0d674 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <noreply@madoka.volgo-balt.ru>
Date: Mon, 10 Aug 2015 12:20:01 +0300
Subject: [PATCH] first id query: add last_read for recently read feed

---
 include/functions2.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/functions2.php b/include/functions2.php
index 418dbc95..59f6caa8 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -739,7 +739,8 @@
 							marked,
 							published,
 							last_marked,
-							last_published
+							last_published,
+							last_read
 						FROM
 							$from_qpart
 						WHERE
-- 
2.39.5