Changing next_page to nextpage to match prevpage and all the templates seem to expect nextpage

This commit is contained in:
rangi 2004-08-25 21:35:33 +00:00
parent 5246492046
commit fbdf670fc7

View file

@ -164,7 +164,7 @@ if ($op eq 'add_form') {
} }
if ($offset+$pagesize<$count) { if ($offset+$pagesize<$count) {
$template->param(ltcount => 1, $template->param(ltcount => 1,
next_page => $offset+$pagesize); nextpage => $offset+$pagesize);
} }
} }