[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/z3950 search.pl [rel_2_2]
From: |
Thomas D |
Subject: |
[Koha-cvs] koha/z3950 search.pl [rel_2_2] |
Date: |
Sat, 18 Feb 2006 10:06:42 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Thomas D <address@hidden> 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 => 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 => $biblionumber,
intranetcolorstylesheet =>
C4::Context->preference("intranetcolorstylesheet"),