summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index 33c3a45d4..b772dbbf1 100644
--- a/backend.php
+++ b/backend.php
@@ -349,9 +349,11 @@
// }
if (get_pref($link, 'COMBINED_DISPLAY_MODE')) {
- print "<counters>";
- getAllCounters($link, $omode, $feed);
- print "</counters>";
+ if (!$offset) {
+ print "<counters>";
+ getAllCounters($link, $omode, $feed);
+ print "</counters>";
+ }
}
if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);