1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 22:01:28 +00:00

show originating feed info when viewing archived article

This commit is contained in:
Andrew Dolgov
2009-12-28 20:25:16 +03:00
parent 8056ec5011
commit ef83538d2e
2 changed files with 37 additions and 5 deletions

View File

@@ -106,7 +106,7 @@
$ids = db_escape_string($_GET["ids"]);
$result = db_query($link, "UPDATE ttrss_user_entries
SET feed_id = orig_feed_id
SET feed_id = orig_feed_id, orig_feed_id = NULL
WHERE ref_id IN ($ids) AND owner_uid = " . $_SESSION["uid"]);
print "<rpc-reply><counters>";