Bugzilla – Attachment 28110 Details for
Bug 12198
Guarantor search makes incorrect and unnecessary call to GetMemberIssuesAndFines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12198: (follow-up) fix warning when opening guarantor search form
Bug-12198-follow-up-fix-warning-when-opening-guara.patch (text/plain), 1.11 KB, created by
Jonathan Druart
on 2014-05-08 15:45:50 UTC
(
hide
)
Description:
Bug 12198: (follow-up) fix warning when opening guarantor search form
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-05-08 15:45:50 UTC
Size:
1.11 KB
patch
obsolete
>From bdc24211008264f0b8c4864e7d9da464c7a225a0 Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmc@esilibrary.com> >Date: Tue, 6 May 2014 20:08:17 +0000 >Subject: [PATCH] Bug 12198: (follow-up) fix warning when opening guarantor > search form > >To test: > >[1] Verify that act of running a guarantor search does not result in > the following warning message in the Apache log: > >"guarantor_search.pl: Use of uninitialized value $member in string ne > at guarantor_search.pl line 63" > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > members/guarantor_search.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/guarantor_search.pl b/members/guarantor_search.pl >index 6211cee..e71374e 100755 >--- a/members/guarantor_search.pl >+++ b/members/guarantor_search.pl >@@ -42,7 +42,7 @@ my ( $template, $loggedinuser, $cookie ); > } > ); > >-my $member = $input->param('member'); >+my $member = $input->param('member') // ''; > my $orderby = $input->param('orderby'); > my $category_type = $input->param('category_type'); > >-- >1.7.10.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 12198
:
27988
|
27989
|
27996
|
27997
|
27998
|
28108
|
28109
| 28110