From: Andrew Dolgov Date: Wed, 23 Nov 2011 08:50:25 +0000 (+0400) Subject: fix sql error in pubsub handler (closes #393) X-Git-Tag: 1.5.8~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5b54efce2f6634ce1ab4a5f6641c33a97aa3d19e;p=tt-rss.git fix sql error in pubsub handler (closes #393) --- 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 {