*** empty log message ***
This commit is contained in:
parent
92decf23bf
commit
c0585cdeaf
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue