summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-18 14:12:09 +0100
committerAndrew Dolgov <[email protected]>2005-11-18 14:12:09 +0100
commit4e90d6d2737ede378c43669797eaed9c2752358c (patch)
tree19d31f9d7aeb0429694c426e77c0f838d736e5db /functions.php
parentf0b3b4ebb91dd44c16ac4c07fcb5e0ac57a70f3c (diff)
fix crosslink bug in update_feed
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 8bf146d7a..6aa9f430a 100644
--- a/functions.php
+++ b/functions.php
@@ -269,7 +269,9 @@
FROM
ttrss_entries
WHERE
- guid = '$entry_guid' AND owner_uid = " . $_SESSION["uid"]);
+ guid = '$entry_guid' AND
+ owner_uid = " . $_SESSION["uid"]." AND
+ feed_id = '$feed'");
// print db_num_rows($result) . "$entry_guid<br/>";