summaryrefslogtreecommitdiff
path: root/modules/backend-rpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/backend-rpc.php')
-rw-r--r--modules/backend-rpc.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php
index 64b49ffe4..3d0adf57c 100644
--- a/modules/backend-rpc.php
+++ b/modules/backend-rpc.php
@@ -67,6 +67,9 @@
$result = db_query($link, "UPDATE ttrss_user_entries SET marked = $mark
WHERE ref_id = '$id' AND owner_uid = " . $_SESSION["uid"]);
+
+ print "<rpc-reply><mark>$id</mark></rpc-reply>";
+
}
if ($subop == "publ") {
@@ -83,6 +86,9 @@
$result = db_query($link, "UPDATE ttrss_user_entries SET published = $pub
WHERE ref_id = '$id' AND owner_uid = " . $_SESSION["uid"]);
+
+ print "<rpc-reply><pub>$id</pub></rpc-reply>";
+
}
if ($subop == "updateFeed") {