Bugzilla – Attachment 10669 Details for
Bug 8203
Should be possible to save individual authorities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8203 follow-up: fix MARCXML export for UNIMARC
Bug-8203-follow-up-fix-MARCXML-export-for-UNIMARC.patch (text/plain), 908 bytes, created by
Jared Camins-Esakov
on 2012-07-06 11:22:10 UTC
(
hide
)
Description:
Bug 8203 follow-up: fix MARCXML export for UNIMARC
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-07-06 11:22:10 UTC
Size:
908 bytes
patch
obsolete
>From 66bded690ce4d9ea1aef97ed11c3c0868147b7fa Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Fri, 6 Jul 2012 07:05:27 -0400 >Subject: [PATCH] Bug 8203 follow-up: fix MARCXML export for UNIMARC >Content-Type: text/plain; charset="UTF-8" > >--- > authorities/export.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/authorities/export.pl b/authorities/export.pl >index c6b8349..9c8ae17 100755 >--- a/authorities/export.pl >+++ b/authorities/export.pl >@@ -30,7 +30,7 @@ if ( $op eq "export" ) { > my $marc = GetAuthority($authid); > > if ( $format =~ /marcxml/ ) { >- $marc = marc2marcxml($marc); >+ $marc = marc2marcxml($marc, 'UTF-8', C4::Context->preference("marcflavour") eq 'UNIMARC' ? 'UNIMARCAUTH' : 'MARC21' ); > } > elsif ($format=~ /mads/) { > $marc = marc2madsxml($marc); >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8203
:
10306
|
10313
|
10642
|
10643
| 10669