koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/admin stopwords.pl,1.11,1.12


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/admin stopwords.pl,1.11,1.12
Date: Wed, 25 Aug 2004 14:35:35 -0700

Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6341

Modified Files:
        stopwords.pl 
Log Message:
Changing next_page to nextpage to match prevpage and all the templates seem to 
expect nextpage


Index: stopwords.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/stopwords.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** stopwords.pl        12 Jan 2004 16:55:06 -0000      1.11
--- stopwords.pl        25 Aug 2004 21:35:33 -0000      1.12
***************
*** 165,169 ****
        if ($offset+$pagesize<$count) {
                $template->param(ltcount => 1,
!                                next_page => $offset+$pagesize);
        }
  }
--- 165,169 ----
        if ($offset+$pagesize<$count) {
                $template->param(ltcount => 1,
!                                nextpage => $offset+$pagesize);
        }
  }




reply via email to

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