Bugzilla – Attachment 79743 Details for
Bug 18584
Our legacy code contains trailing-spaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18584: - removed white space in C4/Matcher.pm
Bug-18584---removed-white-space-in-C4Matcherpm.patch (text/plain), 1.06 KB, created by
Cori Lynn Arnold
on 2018-10-01 15:46:33 UTC
(
hide
)
Description:
Bug 18584: - removed white space in C4/Matcher.pm
Filename:
MIME Type:
Creator:
Cori Lynn Arnold
Created:
2018-10-01 15:46:33 UTC
Size:
1.06 KB
patch
obsolete
>From 3681f61e13eaea6c56811414e8a4d0649d09b03f Mon Sep 17 00:00:00 2001 >From: Cori Lynn Arnold <carnold@dgiinc.com> >Date: Mon, 1 Oct 2018 14:36:26 +0000 >Subject: [PATCH] Bug 18584: - removed white space in C4/Matcher.pm > >Test Plan: > 1-go to C4/Matcher.pm > 2-verify there is no whitespace at line 25 >--- > C4/Matcher.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Matcher.pm b/C4/Matcher.pm >index 7209511..5a62c05 100644 >--- a/C4/Matcher.pm >+++ b/C4/Matcher.pm >@@ -44,7 +44,7 @@ C4::Matcher - find MARC records matching another one > $matcher->add_matchpoint('isbn', 1000, [ { tag => '020', subfields => 'a', norms => [] } ]); > > $matcher->add_simple_required_check('245', 'a', -1, 0, '', '245', 'a', -1, 0, ''); >- $matcher->add_required_check([ { tag => '245', subfields => 'a', norms => [] } ], >+ $matcher->add_required_check([ { tag => '245', subfields => 'a', norms => [] } ], > [ { tag => '245', subfields => 'a', norms => [] } ]); > > my @matches = $matcher->get_matches($marc_record, $max_matches); >-- >2.1.4
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 18584
:
64236
|
64237
|
64238
|
67095
|
67096
|
67097
|
67157
|
67158
|
67159
|
67160
|
67161
|
79734
|
79743
|
79758
|
79811
|
79953
|
81990
|
82337
|
82347
|
85966
|
85967
|
85968
|
87746
|
87750
|
87775
|
175456
|
175458
|
175610