diff --git a/functions.php b/functions.php index f8fb75a5c..e79ea21cc 100644 --- a/functions.php +++ b/functions.php @@ -343,7 +343,7 @@ } } - db_query($link, "UPDATE ttrss_feeds SET last_updated = NOW()"); + db_query($link, "UPDATE ttrss_feeds SET last_updated = NOW() WHERE id = $feed"); }