summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-22 16:22:12 +0100
committerAndrew Dolgov <[email protected]>2009-01-22 16:22:12 +0100
commit26b968cdf517490c8b92b683dbb4b26d93036f41 (patch)
tree270d9231f98b901ed121321f80d70550ac8fd6c8 /backend.php
parentb9ce0ba16908da7b24c8f35a971d6ac23445e0c7 (diff)
view: more limiting tweaks
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 309c15a0a..a69307f72 100644
--- a/backend.php
+++ b/backend.php
@@ -240,7 +240,7 @@
// if (get_pref($link, "SYNC_COUNTERS") || ($mode == "prefetch" && $csync)) {
- if (time() - $_SESSION["view:counters_stamp"] > 5) {
+ if (time() - $_SESSION["view:counters_stamp"] > 5 && $mode == "prefetch") {
print "<counters>";
getAllCounters($link, $omode);
print "</counters>";