http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642

--- Comment #146 from Héctor Eduardo Castro Avalos <[email protected]> 
---
(In reply to Frédéric Demians from comment #145)

> Signed-off-by: Frederic Demians <[email protected]>
>   Ripping out any mention to MARC::Crosswalk::DublinCore can't hurt.

Getting rid really can't hurt, IMHO

git grep "marc2dcxml"
C4/Record.pm:  &marc2dcxml
C4/Record.pm:=head2 marc2dcxml - Convert from ISO-2709 to Dublin Core
C4/Record.pm:    my dcxml = marc2dcxml ($marc, $xml, $biblionumber, $format);
C4/Record.pm:    my dcxml = marc2dcxml (undef, undef, 1, "oaidc");
C4/Record.pm:sub marc2dcxml {
catalogue/export.pl:                $marc = marc2dcxml(undef, undef, $biblionum
opac/opac-export.pl:    $marc = marc2dcxml(undef, undef, $biblionumber, $format
t/db_dependent/Record.t:my $marcsrwdc=marc2dcxml( $marc, undef, undef, "srwdc" 
t/db_dependent/Record.t:my $marcoaidc=marc2dcxml( $marc, undef, undef, "oaidc" 
t/db_dependent/Record.t:my $marcrdfdc=marc2dcxml( $marc, undef, undef, "rdfdc" 
t/db_dependent/Record/Record.t:ok (eval{marc2dcxml($marc21_utf8, undef, undef,

All files affected has been changed to the new marc2dcxml method.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to