summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-06-03 09:18:08 +0100
committerAndrew Dolgov <[email protected]>2008-06-03 09:18:08 +0100
commit3908a1af90b7b3647f712e3f30eb4f38cf7e5fed (patch)
tree6d15ec5630c32ecc9a71daa755be87773bd02f4d /backend.php
parent3bfc7a2ff1874d5a98a1d9159676ee5bcadc774d (diff)
view: output counters only when called in prefetch mode AND when csync is enabled
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 9dfc3b989..97ce7b11f 100644
--- a/backend.php
+++ b/backend.php
@@ -212,7 +212,7 @@
}
}
- if ($mode == "prefetch" || $csync) {
+ if ($mode == "prefetch" && $csync) {
print "<counters>";
getAllCounters($link, $omode);
print "</counters>";