Bugzilla – Attachment 43922 Details for
Bug 14670
Add 'cite' option to detail page in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14670: Fix earlier declaration in same scope
Bug-14670-Fix-earlier-declaration-in-same-scope.patch (text/plain), 690 bytes, created by
Katrin Fischer
on 2015-10-24 12:42:44 UTC
(
hide
)
Description:
Bug 14670: Fix earlier declaration in same scope
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-10-24 12:42:44 UTC
Size:
690 bytes
patch
obsolete
>From 2e4c726f25c7224178ab3a8309c92b029f0ccbe0 Mon Sep 17 00:00:00 2001 >From: Martin Stenberg <martin@xinxidi.net> >Date: Fri, 23 Oct 2015 15:06:51 +0200 >Subject: [PATCH] Bug 14670: Fix earlier declaration in same scope > >--- > C4/Record.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Record.pm b/C4/Record.pm >index 2008db6..aeea6f6 100644 >--- a/C4/Record.pm >+++ b/C4/Record.pm >@@ -830,7 +830,6 @@ sub marc2cites { > my @authors = (); > my $re_clean = qr/(^[\.,:;\/\-\s]+|[\.,:;\/\-\s]+$)/; > >- my @authors; > my @authorFields = ('100','110','111','700','710','711'); > @authorFields = ('700','701','702','710','711','721') if ( $marcflavour eq "UNIMARC" ); > >-- >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 14670
:
41441
|
42971
|
43508
|
43770
|
43771
|
43828
|
43829
|
43919
|
43920
|
43921
|
43922
|
43923
|
43924
|
75679
|
75680
|
75681
|
75682
|
75683
|
161600
|
161601
|
161602
|
161603
|
161604
|
161605
|
161606
|
161607
|
166474
|
167528
|
167529
|
167530
|
167531
|
167532
|
167533
|
167534
|
167535
|
173515
|
173516
|
173517
|
173518
|
173519
|
173520
|
173521
|
173522
|
173523
|
173524
|
174453