Bugzilla – Attachment 125672 Details for
Bug 24698
UNIMARC authorities leader plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24698: (QA follow-up) Align variables with whitespace
Bug-24698-QA-follow-up-Align-variables-with-whites.patch (text/plain), 1.57 KB, created by
Joonas Kylmälä
on 2021-10-03 12:32:58 UTC
(
hide
)
Description:
Bug 24698: (QA follow-up) Align variables with whitespace
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2021-10-03 12:32:58 UTC
Size:
1.57 KB
patch
obsolete
>From 83a26837835bc7e890ac409dbf4d1f2e9240736e Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@iki.fi> >Date: Sun, 3 Oct 2021 11:53:56 +0000 >Subject: [PATCH] Bug 24698: (QA follow-up) Align variables with whitespace > >--- > .../value_builder/unimarc_leader_authorities.pl | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) > >diff --git a/cataloguing/value_builder/unimarc_leader_authorities.pl b/cataloguing/value_builder/unimarc_leader_authorities.pl >index 904935fdaf..5c7cb4eea3 100644 >--- a/cataloguing/value_builder/unimarc_leader_authorities.pl >+++ b/cataloguing/value_builder/unimarc_leader_authorities.pl >@@ -68,18 +68,17 @@ sub plugin { > ); > $result = " nz a22 3 4500" unless $result; > >- >- my $f5 = substr( $result, 5, 1 ); $f5 = wrapper( $f5 ) if $f5; >- my $f6 = substr( $result, 6, 1 ); $f6 = wrapper( $f6 ) if $f6; >- my $f9 = substr( $result, 9, 1 ); $f9 = wrapper( $f9 ) if $f9; >- my $f17 = substr( $result, 17, 1 ); $f17 = wrapper( $f17 ) if $f17; >+ my $f5 = substr( $result, 5, 1 ); $f5 = wrapper( $f5 ) if $f5; >+ my $f6 = substr( $result, 6, 1 ); $f6 = wrapper( $f6 ) if $f6; >+ my $f9 = substr( $result, 9, 1 ); $f9 = wrapper( $f9 ) if $f9; >+ my $f17 = substr( $result, 17, 1 ); $f17 = wrapper( $f17 ) if $f17; > > $template->param( > index => $index, > "f5$f5" => 1, > "f6$f6" => 1, > "f9$f9" => 1, >- "f17$f17" => 1, >+ "f17$f17" => 1, > ); > output_html_with_http_headers $input, $cookie, $template->output; > } >-- >2.20.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 24698
:
118186
|
124437
|
125669
|
125670
|
125671
|
125672
|
125673
|
125674
|
125675
|
125676
|
125677
|
125678
|
125679
|
125680
|
125929
|
125930
|
125931
|
125932
|
125933
|
125934
|
125935
|
125936
|
125937
|
125938
|
125939
|
125940
|
125998
|
125999
|
126000
|
126001
|
126002
|
126003
|
126004
|
126005
|
126006
|
126007
|
126008
|
126009
|
126010