summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-15 06:41:48 +0100
committerAndrew Dolgov <[email protected]>2007-05-15 06:41:48 +0100
commit5a94a953ea07e301aad6d88cc2424053e0c388cb (patch)
treea65c0ce52ac6b3bf183c218e561a5994582d7e77 /backend.php
parentfed4387da18b4aedf6b246d4f964b23c46b9dba9 (diff)
piggy-back counters to view reply
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 393246732..634d5ae34 100644
--- a/backend.php
+++ b/backend.php
@@ -301,6 +301,7 @@
$feed_id = db_escape_string($_GET["feed"]);
$cids = split(",", db_escape_string($_GET["cids"]));
$mode = db_escape_string($_GET["mode"]);
+ $omode = db_escape_string($_GET["omode"]);
print "<reply>";
@@ -319,6 +320,10 @@
}
}
+ print "<counters>";
+ getAllCounters($link, $omode);
+ print "</counters>";
+
print "</reply>";
}