koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/z3950 search.pl


From: Thomas D
Subject: [Koha-cvs] koha/z3950 search.pl
Date: Sat, 18 Feb 2006 10:07:30 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Thomas D <address@hidden>       06/02/18 10:07:30

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?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: koha/z3950/search.pl
diff -u koha/z3950/search.pl:1.4 koha/z3950/search.pl:1.5
--- koha/z3950/search.pl:1.4    Wed May  4 09:04:52 2005
+++ koha/z3950/search.pl        Sat Feb 18 10:07:29 2006
@@ -100,7 +100,7 @@
                                                title => $title,
                                                author => $author,
                                                breeding_loop => address@hidden,
-                                               refresh => ($numberpending eq 0 
? 0 : "search.pl?bibid=$bibid&random=$random"),
+                                               refresh => ($numberpending eq 0 
? "" : "search.pl?bibid=$bibid&random=$random"),
                                                numberpending => $numberpending,
                                                oldbiblionumber => 
$oldbiblio->{'biblionumber'},
                                                );




reply via email to

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