From c0585cdeaf19fe292750b0f3dfc5b45c49cf0a1a Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 13 Sep 2004 15:26:42 +0000 Subject: [PATCH] *** empty log message *** --- C4/Search.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C4/Search.pm b/C4/Search.pm index 67b0ec50b2..e5dc3a4bf0 100755 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -1585,10 +1585,11 @@ sub bibdata { $sth = $dbh->prepare("Select * from additionalauthors where biblionumber = ?"); $sth->execute($bibnum); while (my $dat = $sth->fetchrow_hashref){ - $data->{'additionalauthors'} .= "$dat->{'author'}, "; + $data->{'additionalauthors'} .= "$dat->{'author'} - "; } # while chop $data->{'additionalauthors'}; chop $data->{'additionalauthors'}; + chop $data->{'additionalauthors'}; $sth->finish; return($data); } # sub bibdata -- 2.39.2