7 Jul
2010
7 Jul
'10
4:17 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4956 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Same results for me. Here's the error in my log: z3950_search.pl: Use of uninitialized value in substitution (s///) at /home/oleonard/kohaclone/acqui/z3950_search.pl line 249.
From the script:
248 my $oldbiblio = TransformMarcToKoha( $dbh, $marcrecord, "" ); 249 $oldbiblio->{isbn} =~ s/ |-|\.//g, 250 $oldbiblio->{issn} =~ s/ |-|\.//g, -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.