summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-05 09:18:08 +0100
committerAndrew Dolgov <[email protected]>2006-12-05 09:18:08 +0100
commit276eecefda43335cc77b30953ad7df3fe7d79d1c (patch)
tree9971e932e3d9f4786a3e1eb0cb4d255e28884604 /backend.php
parent71f67da8c9a990c2c024ced8c8ba617c27b54be1 (diff)
fix broken mark as unread in cat view mode
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 0cee573e6..0848fbcce 100644
--- a/backend.php
+++ b/backend.php
@@ -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,