Bugzilla – Attachment 9968 Details for
Bug 7818
support DOM mode for Zebra indexing of bibliographic records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7818 Fix rebuild_zebra.pl --nosanitize
0001-Bug-7818-Fix-rebuild_zebra.pl-nosanitize.patch (text/plain), 996 bytes, created by
Frédéric Demians
on 2012-06-07 08:01:34 UTC
(
hide
)
Description:
Bug 7818 Fix rebuild_zebra.pl --nosanitize
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2012-06-07 08:01:34 UTC
Size:
996 bytes
patch
obsolete
>From 3c5ba020133b7333fb9770b042944ec81471f17b Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Thu, 7 Jun 2012 09:58:29 +0200 >Subject: [PATCH] Bug 7818 Fix rebuild_zebra.pl --nosanitize > >--- > misc/migration_tools/rebuild_zebra.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl >index b7269fa..6a2d0f0 100755 >--- a/misc/migration_tools/rebuild_zebra.pl >+++ b/misc/migration_tools/rebuild_zebra.pl >@@ -345,6 +345,7 @@ sub export_marc_records_from_sth { > my $marcxml = $record_type eq 'biblio' > ? GetXmlBiblio( $record_number ) > : GetAuthorityXML( $record_number ); >+ $marcxml =~ s/<\?xml version="1\.0" encoding="UTF-8"\?>//; > if ($record_type eq 'biblio'){ > my @items = GetItemsInfo($record_number); > if (@items){ >-- >1.7.8 >
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 7818
:
8965
|
8966
|
8967
|
8968
|
8969
|
8970
|
8971
|
8972
|
8973
|
8974
|
8982
|
9798
|
9968
|
10560
|
10617