Bugzilla – Attachment 49891 Details for
Bug 13705
Move indexation subs in C4::ZebraIndex
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 13705 - Fix QA comments
SIGNED-OFF-Bug-13705---Fix-QA-comments.patch (text/plain), 1.77 KB, created by
Bernardo Gonzalez Kriegel
on 2016-04-05 01:44:40 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 13705 - Fix QA comments
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2016-04-05 01:44:40 UTC
Size:
1.77 KB
patch
obsolete
>From 79e659d0c0f07d84957b76dc014454ad002b06c5 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Wed, 10 Jun 2015 14:37:49 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 13705 - Fix QA comments > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Tested using options -v -a -b -x -r -w -z --length --offset -nosanitize >No problems found, same results as before. >Output slightly different: > >Old) >==================== >exporting authority >==================== >301.................................................................................................... >Records exported: 389 >==================== >REINDEXING zebra >==================== > >New) >==================== >REINDEXING zebra >==================== >....................................................................................................100 >....................................................................................................200 >....................................................................................................300 >......................................................................................... >389 records exported to /tmp/PBlyusIn1Z/exported_records >==================== >REINDEXING zebra >=================== > >No errors save for those on comment #8 >--- > C4/ZebraIndex.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/ZebraIndex.pm b/C4/ZebraIndex.pm >index 75f8944..8a81ac6 100644 >--- a/C4/ZebraIndex.pm >+++ b/C4/ZebraIndex.pm >@@ -381,7 +381,7 @@ sub _fix_unimarc_100 { > my $marc = shift; > > my $string; >- my $string = $marc->subfield(100, 'a'); >+ $string = $marc->subfield(100, 'a'); > if ( defined($string) and length($string) == 36 ) { > my $f100 = $marc->field(100); > $marc->delete_field($f100); >-- >1.9.1
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 13705
:
35883
|
35884
|
40060
|
40061
|
49888
|
49889
|
49890
| 49891