Bugzilla – Attachment 183594 Details for
Bug 40171
ILL Patron Has No Email Address on File message upon "Send Notice To Patron"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40171: Remove extraneous join()
Bug-40171-Remove-extraneous-join.patch (text/plain), 904 bytes, created by
Pedro Amorim
on 2025-06-27 09:46:02 UTC
(
hide
)
Description:
Bug 40171: Remove extraneous join()
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-06-27 09:46:02 UTC
Size:
904 bytes
patch
obsolete
>From 97dae86516950b9f7c9131479c9a7d46a6de0253 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Fri, 20 Jun 2025 10:32:01 +0000 >Subject: [PATCH] Bug 40171: Remove extraneous join() > >--- > ill/ill-requests.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl >index 41112b8bc9e..8bb8c255c60 100755 >--- a/ill/ill-requests.pl >+++ b/ill/ill-requests.pl >@@ -478,7 +478,7 @@ if ($backends_available) { > $append .= '&tran_success=' . join( ',', @{ $ret->{result}->{success} } ); > } > if ( $ret->{result} && scalar @{ $ret->{result}->{fail} } > 0 ) { >- $append .= '&tran_fail=' . join( ',', @{ $ret->{result}->{fail} } . join(',') ); >+ $append .= '&tran_fail=' . join( ',', @{ $ret->{result}->{fail} } ); > } > > # Redirect to view the whole request >-- >2.39.5
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 40171
:
183383
|
183384
|
183385
|
183593
|
183594
|
183595
|
183627
|
183628
|
183629