From fbdf670fc72357a1329b4f1fe01e53d289c23f00 Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 25 Aug 2004 21:35:33 +0000 Subject: [PATCH] Changing next_page to nextpage to match prevpage and all the templates seem to expect nextpage --- admin/stopwords.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/stopwords.pl b/admin/stopwords.pl index 75b45d838b..3b422b82c7 100755 --- a/admin/stopwords.pl +++ b/admin/stopwords.pl @@ -164,7 +164,7 @@ if ($op eq 'add_form') { } if ($offset+$pagesize<$count) { $template->param(ltcount => 1, - next_page => $offset+$pagesize); + nextpage => $offset+$pagesize); } } -- 2.39.5