1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

fix broken mark as unread in cat view mode

This commit is contained in:
Andrew Dolgov 2006-12-05 09:18:08 +01:00
parent 71f67da8c9
commit 276eecefda

View File

@ -161,7 +161,7 @@
$result = db_query($link, "UPDATE ttrss_user_entries
SET unread = false,last_read = NOW()
WHERE ref_id = '$id' AND feed_id = '$feed_id' AND owner_uid = " . $_SESSION["uid"]);
WHERE ref_id = '$id' AND owner_uid = " . $_SESSION["uid"]);
$result = db_query($link, "SELECT title,link,content,feed_id,comments,int_id,
SUBSTRING(updated,1,16) as updated,