Le 10/04/2012 02:22, Chris Nighswonger a écrit :
> One other thought:
> Won't $record = MARC::Record::new_from_usmarc( $row->{marc} ) choke on
> normarc, unimarc, and friends?
I'm almost sure that's not a problem. The "usmarc" here is an misnamed
function. It could/should be iso2709 I think
(MARC::Record::new_from_iso2709)
There's the same kind of problem with ->title() and ->author() (that,
fortunately, Koha never uses and you should forget) = it is marc21 only,
and return useless things in UNIMARC.
--
Paul POULAIN
http://www.biblibre.com
Expert en Logiciels Libres pour l'info-doc
Tel : (33) 4 91 81 35 08
_______________________________________________
Koha-devel mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/