1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 07:15:55 +00:00

CDM tweaks, mark article as unread when using 'v' in CDM

This commit is contained in:
Andrew Dolgov
2007-08-09 09:23:48 +01:00
parent 82a7286215
commit e2ccbfab0a
4 changed files with 62 additions and 23 deletions

View File

@@ -210,7 +210,7 @@
if (db_num_rows($result) == 1) {
$link = strip_tags(db_fetch_result($result, 0, "link"));
print "<rpc-reply><link>$link</link></rpc-reply>";
print "<rpc-reply><link>$link</link><id>$id</id></rpc-reply>";
} else {
print "<rpc-reply><error>Article not found</error></rpc-reply>";
}