http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=551 Summary: stopwords 'next page' link broken Product: Koha Version: 2.0.0 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Parameters AssignedTo: tonnesen@cmsd.bc.ca ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net In stopwords.pl, the 'next page variable is defined with an underscore: (starting at line 164) if ($offset>0) { $template->param(offsetgtzero => 1, prevpage => $offset-$pagesize); } if ($offset+$pagesize<$count) { $template->param(ltcount => 1, next_page => $offset+$pagesize); } But the template uses the variable 'nextpage.' One of the two should be changed (probably stopwords.pl, since there's no underscore in 'prevpage'). ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.