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

Thomas D koha at alinto.com
Sat Feb 18 11:06:42 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Thomas D <thd at savannah.gnu.org>	06/02/18 10:06:42

Modified files:
	z3950          : search.pl 

Log message:
	Fix for refresh error from HDL.

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

Patches:
Index: koha/z3950/search.pl
diff -u koha/z3950/search.pl:1.3.2.5 koha/z3950/search.pl:1.3.2.6
--- koha/z3950/search.pl:1.3.2.5	Sun Feb  5 21:59:21 2006
+++ koha/z3950/search.pl	Sat Feb 18 10:06:42 2006
@@ -101,7 +101,7 @@
 		title => $title,
 		author => $author,
 		breeding_loop => \@breeding_loop,
-		refresh => ($numberpending eq 0 ? 0 : "search.pl?bibid=$bibid&random=$random"),
+		refresh => ($numberpending eq 0 ? "" : "search.pl?bibid=$bibid&random=$random"),
 		numberpending => $numberpending,
 		oldbiblionumber => $biblionumber,
 		intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),





More information about the Koha-cvs mailing list