[Koha-cvs] CVS: koha/opac opac-search.pl,1.14,1.15

Owen Leonard oleonard at users.sourceforge.net
Thu Jul 8 21:40:32 CEST 2004


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

Modified Files:
	opac-search.pl 
Log Message:
orderby variable must be passed to template so that multiple pages of search results will retain their custom ordering

Index: opac-search.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** opac-search.pl	28 May 2004 08:30:11 -0000	1.14
--- opac-search.pl	8 Jul 2004 19:40:30 -0000	1.15
***************
*** 122,125 ****
--- 122,126 ----
  							displayprev=> $displayprev,
  							resultsperpage => $resultsperpage,
+ 							orderby => $orderby,
  							startfromnext => $startfrom+1,
  							startfromprev => $startfrom-1,





More information about the Koha-cvs mailing list