1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 05:51:28 +00:00

new feed action: clear articles

This commit is contained in:
Andrew Dolgov
2007-08-26 05:13:50 +01:00
parent bc0f078560
commit d1f0c58498
5 changed files with 55 additions and 2 deletions

View File

@@ -451,6 +451,11 @@
}
}
if ($subop == "clear") {
$id = db_escape_string($_GET["id"]);
clear_feed_articles($link, $id);
}
if ($subop == "add") {
if (!WEB_DEMO_MODE) {