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

Chris Cormack rangi at users.sourceforge.net
Wed Aug 25 23:35:35 CEST 2004


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);
  	}
  }





More information about the Koha-cvs mailing list