Changing next_page to nextpage to match prevpage and all the templates seem to expect...
authorrangi <rangi>
Wed, 25 Aug 2004 21:35:33 +0000 (21:35 +0000)
committerrangi <rangi>
Wed, 25 Aug 2004 21:35:33 +0000 (21:35 +0000)
admin/stopwords.pl

index 75b45d8..3b422b8 100755 (executable)
@@ -164,7 +164,7 @@ if ($op eq 'add_form') {
        }
        if ($offset+$pagesize<$count) {
                $template->param(ltcount => 1,
-                                next_page => $offset+$pagesize);
+                                nextpage => $offset+$pagesize);
        }
 }