Fix for refresh error from HDL.

This commit is contained in:
thd 2006-02-18 10:07:29 +00:00
parent 6a3baa80da
commit 761c2df358

View file

@ -100,7 +100,7 @@ $template->param(isbn => $isbn,
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 => $oldbiblio->{'biblionumber'},
);