summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-06-03 09:14:07 +0100
committerAndrew Dolgov <[email protected]>2008-06-03 09:14:07 +0100
commit3bfc7a2ff1874d5a98a1d9159676ee5bcadc774d (patch)
treee975e6c612104c0a48b7c486080881a3017c2793 /backend.php
parent028959411c0bc20dacaf09d9c9b47c4eb4c7f975 (diff)
view: output counters only when called in prefetch mode or 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 254dcbc5d..9dfc3b989 100644
--- a/backend.php
+++ b/backend.php
@@ -212,7 +212,7 @@
}
}
- if ($mode != "prefetch_old" || $csync) {
+ if ($mode == "prefetch" || $csync) {
print "<counters>";
getAllCounters($link, $omode);
print "</counters>";