koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Breeding.pm,1.5,1.6


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Breeding.pm,1.5,1.6
Date: Wed, 24 Nov 2004 07:55:33 -0800

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

Modified Files:
        Breeding.pm 
Log Message:
commiting modif already in RC2 (bug in breeding import)

Index: Breeding.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Breeding.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Breeding.pm 24 Mar 2004 00:36:07 -0000      1.5
--- Breeding.pm 24 Nov 2004 15:55:31 -0000      1.6
***************
*** 77,81 ****
                        $notmarcrecord++;
                } else {
!                       my $oldbiblio = MARCmarc2koha($dbh,$marcrecord);
                        $oldbiblio->{title} = 
char_decode($oldbiblio->{title},$encoding);
                        $oldbiblio->{author} = 
char_decode($oldbiblio->{author},$encoding);
--- 77,81 ----
                        $notmarcrecord++;
                } else {
!                       my $oldbiblio = MARCmarc2koha($dbh,$marcrecord,'');
                        $oldbiblio->{title} = 
char_decode($oldbiblio->{title},$encoding);
                        $oldbiblio->{author} = 
char_decode($oldbiblio->{author},$encoding);




reply via email to

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