[Koha] Re: koha3 bulkauthimport problems

Bünzli Daniel daniel.buenzli at erratique.ch
Sat Jan 19 03:50:10 NZDT 2008


Here's the offending line in bulkauthimport.pl :

> push( @newSubfields, $pair->[0], $pair->[1], $char_encoding);


Replace with :

>  push( @newSubfields, $pair->[0], $pair->[1]);

And everything should be fine.

Daniel


More information about the Koha mailing list