koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 551] New: stopwords 'next page' link broken
Date: 18 Jul 2003 16:28:44 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]