summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 09:23:48 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 09:23:48 +0100
commite2ccbfab0a8e734df65ad89f817e0b8e10a3481c (patch)
treefe79715a209972961adaffc1cd1fa1781dc30e42 /modules
parent82a7286215539cde449988979098034d77c36178 (diff)
CDM tweaks, mark article as unread when using 'v' in CDM
Diffstat (limited to 'modules')
-rw-r--r--modules/backend-rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php
index 868d46445..3ca471377 100644
--- a/modules/backend-rpc.php
+++ b/modules/backend-rpc.php
@@ -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>";
}