From 5b54efce2f6634ce1ab4a5f6641c33a97aa3d19e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Nov 2011 12:50:25 +0400 Subject: [PATCH] fix sql error in pubsub handler (closes #393) --- functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 730b20c8..0f910f2f 100644 --- a/functions.php +++ b/functions.php @@ -7688,8 +7688,7 @@ db_query($link, "UPDATE ttrss_feeds SET last_update_started = '1970-01-01', - last_updated = '1970-01-01' WHERE id = '$feed_id' AND - owner_uid = ".$_SESSION["uid"]); + last_updated = '1970-01-01' WHERE id = '$feed_id'"); } } else { -- 2.39.5