[Koha-bugs] [Bug 551] New: stopwords 'next page' link broken

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Fri Jul 18 18:28:44 CEST 2003


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 at cmsd.bc.ca
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at 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.




More information about the Koha-bugs mailing list