Bugzilla – Attachment 29530 Details for
Bug 12409
The test t/db_dependent/Record.t fails with Perl 5.18.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12409: Follow up - Reflect from hash to array in comments
Bug-12409-Follow-up---Reflect-from-hash-to-array-i.patch (text/plain), 1.08 KB, created by
Katrin Fischer
on 2014-07-06 19:05:03 UTC
(
hide
)
Description:
Bug 12409: Follow up - Reflect from hash to array in comments
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-07-06 19:05:03 UTC
Size:
1.08 KB
patch
obsolete
>From 3182151af57a764c6b60cae1c095a1cca5115713 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 6 Jul 2014 21:00:40 +0200 >Subject: [PATCH] Bug 12409: Follow up - Reflect from hash to array in comments > >--- > C4/Record.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/C4/Record.pm b/C4/Record.pm >index cd56858..ed386a3 100644 >--- a/C4/Record.pm >+++ b/C4/Record.pm >@@ -660,14 +660,14 @@ sub marc2bibtex { > } > $author = join ' and ', @texauthors; > >- # Defining the conversion hash according to the marcflavour >+ # Defining the conversion array according to the marcflavour > my @bh; > if ( $marcflavour eq "UNIMARC" ) { > > # FIXME, TODO : handle repeatable fields > # TODO : handle more types of documents > >- # Unimarc to bibtex hash >+ # Unimarc to bibtex array > @bh = ( > > # Mandatory >@@ -687,7 +687,7 @@ sub marc2bibtex { > ); > } else { > >- # Marc21 to bibtex hash >+ # Marc21 to bibtex array > @bh = ( > > # Mandatory >-- >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 12409
:
28794
|
28848
|
29529
| 29530