summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-02-21 08:17:46 +0100
committerAndrew Dolgov <[email protected]>2007-02-21 08:17:46 +0100
commit95a82c0843d5515727763049bf2a5fd8e402978d (patch)
treec841a2d4e71265c96dde8d132b75014a7f883204 /backend.php
parent93135102c111bb15e85fd7e463be2e8581d79bbf (diff)
disable page navigation when limit == 0
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index f65e95466..4aaec48ad 100644
--- a/backend.php
+++ b/backend.php
@@ -406,7 +406,8 @@
}
print_headline_subtoolbar($link, $feed_site_url, $feed_title, false,
- $rtl_content, $feed, $cat_view, $search, $match_on, $search_mode, $offset);
+ $rtl_content, $feed, $cat_view, $search, $match_on, $search_mode,
+ $offset, $limit);
print "<div id=\"headlinesInnerContainer\">";