Bugzilla – Attachment 79443 Details for
Bug 21404
Remove unused variables in C4::Breeding->_auth_build_query
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21404: Remove unused variables in C4::Breeding->_auth_build_query
Bug-21404-Remove-unused-variables-in-C4Breeding-au.patch (text/plain), 1.18 KB, created by
Owen Leonard
on 2018-09-26 18:46:50 UTC
(
hide
)
Description:
Bug 21404: Remove unused variables in C4::Breeding->_auth_build_query
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-09-26 18:46:50 UTC
Size:
1.18 KB
patch
obsolete
>From 16b7d2d92a5ee4c284b22ba4cdccb428c4aaa17f Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Tue, 25 Sep 2018 06:04:30 +0000 >Subject: [PATCH] Bug 21404: Remove unused variables in > C4::Breeding->_auth_build_query > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > C4/Breeding.pm | 13 ------------- > 1 file changed, 13 deletions(-) > >diff --git a/C4/Breeding.pm b/C4/Breeding.pm >index b9d296e..db8a3a4 100644 >--- a/C4/Breeding.pm >+++ b/C4/Breeding.pm >@@ -230,19 +230,6 @@ sub Z3950Search { > sub _auth_build_query { > my ( $pars ) = @_; > >- #FIXME These variables are not used >- my $nameany= $pars->{nameany}; >- my $authorany= $pars->{authorany}; >- my $authorpersonal= $pars->{authorpersonal}; >- my $authorcorp= $pars->{authorcorp}; >- my $authormeetingcon= $pars->{authormeetingcon}; >- my $title= $pars->{title}; >- my $uniformtitle= $pars->{uniformtitle}; >- my $subject= $pars->{subject}; >- my $subjectsubdiv= $pars->{subjectsubdiv}; >- my $srchany= $pars->{srchany}; >- my $authid= $pars->{authid}; >- > my $qry_build = { > nameany => '@attr 1=1002 "#term" ', > authorany => '@attr 1=1003 "#term" ', >-- >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 21404
:
79357
|
79358
|
79359
|
79443
|
79444
|
79445
|
79492
|
79493
|
79494