fix old bug when all feeds were marked as updated every time (patch from adjuster@forum)

master
Andrew Dolgov 19 years ago
parent 7f2ee7952b
commit 2907afa6fa

@ -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");
} }

Loading…
Cancel
Save