[Koha-cvs] CVS: koha/C4 Search.pm,1.95,1.96

Paul POULAIN tipaul at users.sourceforge.net
Mon Sep 13 17:26:45 CEST 2004


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9688/C4

Modified Files:
	Search.pm 
Log Message:


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -r1.95 -r1.96
*** Search.pm	5 Sep 2004 22:33:12 -0000	1.95
--- Search.pm	13 Sep 2004 15:26:42 -0000	1.96
***************
*** 1586,1593 ****
  	$sth->execute($bibnum);
  	while (my $dat = $sth->fetchrow_hashref){
! 		$data->{'additionalauthors'} .= "$dat->{'author'}, ";
  	} # while
  	chop $data->{'additionalauthors'};
  	chop $data->{'additionalauthors'};
  	$sth->finish;
  	return($data);
--- 1586,1594 ----
  	$sth->execute($bibnum);
  	while (my $dat = $sth->fetchrow_hashref){
! 		$data->{'additionalauthors'} .= "$dat->{'author'} - ";
  	} # while
  	chop $data->{'additionalauthors'};
  	chop $data->{'additionalauthors'};
+ 	chop $data->{'additionalauthors'};
  	$sth->finish;
  	return($data);





More information about the Koha-cvs mailing list