[Koha-cvs] koha/C4 Breeding.pm [rel_3_0]

paul poulain paul at koha-fr.org
Fri Feb 9 10:10:46 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	07/02/09 09:10:46

Modified files:
	C4             : Breeding.pm 

Log message:
	title/author were already properly encoded.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Breeding.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.9.2.2&r2=1.9.2.3

Patches:
Index: Breeding.pm
===================================================================
RCS file: /sources/koha/koha/C4/Breeding.pm,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -u -b -r1.9.2.2 -r1.9.2.3
--- Breeding.pm	31 Jan 2007 16:22:53 -0000	1.9.2.2
+++ Breeding.pm	9 Feb 2007 09:10:46 -0000	1.9.2.3
@@ -82,9 +82,6 @@
             $notmarcrecord++;
         } else {
             my $oldbiblio = MARCmarc2koha($dbh,$marcrecord,'');
-            $oldbiblio->{title} = char_decode($oldbiblio->{title},$encoding);
-            $oldbiblio->{author} = char_decode($oldbiblio->{author},$encoding);
-            
 	   my $isbnlength=10;
 	   if($oldbiblio->{isbn}){
 	   $isbnlength = length($oldbiblio->{isbn});





More information about the Koha-cvs mailing list