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

Paul POULAIN tipaul at users.sourceforge.net
Wed Nov 24 16:55:33 CET 2004


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





More information about the Koha-cvs mailing list