bug fixed: on admin/stopwords, the calculation of the number of pages to
authorplg <plg>
Fri, 7 Apr 2006 08:24:36 +0000 (08:24 +0000)
committerplg <plg>
Fri, 7 Apr 2006 08:24:36 +0000 (08:24 +0000)
commit3096d756771d6f6c99cd75a16bf38bb1d7dc7cf0
tree8684df81673aa4d80f6b8d0529a2c0a86e2f3ba3
parent682cf34ecba32125e3392ddc9502884dca4a8438
bug fixed: on admin/stopwords, the calculation of the number of pages to
display in the pagination bar was wrong on extreme case (when number of
items equals the pagesize). Calculation replaced by a generic function
getnbpages in C4::Koha. This function could be useful elsewhere than in
stpwords management screen and avoid calculation bugs as I did.
C4/Koha.pm
admin/stopwords.pl