[Koha-cvs] koha/search.marc search.pl [rel_2_2]

Henri-Damien LAURENT laurenthdl at alinto.com
Tue Mar 7 11:43:15 CET 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Henri-Damien LAURENT <hdl at savannah.gnu.org>	06/03/07 10:43:15

Modified files:
	search.marc    : search.pl 

Log message:
	Bug Fixing : ordersby and desc_or_asc were not kept from one page to another.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/search.marc/search.pl.diff?only_with_tag=rel_2_2&tr1=1.22.2.7&tr2=1.22.2.8&r1=text&r2=text

Patches:
Index: koha/search.marc/search.pl
diff -u koha/search.marc/search.pl:1.22.2.7 koha/search.marc/search.pl:1.22.2.8
--- koha/search.marc/search.pl:1.22.2.7	Sun Feb  5 21:59:21 2006
+++ koha/search.marc/search.pl	Tue Mar  7 10:43:15 2006
@@ -207,6 +207,8 @@
 							from=>$from,
 							to=>$to,
 							numbers=>\@numbers,
+							desc_asc=>$desc_or_asc,
+							orderby=>$orderby,
 							MARC_ON => C4::Context->preference("marc"),
 							);
 





More information about the Koha-cvs mailing list