koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.95,1.96
Date: Mon, 13 Sep 2004 08:26:45 -0700

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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]