Bugzilla – Attachment 111056 Details for
Bug 26599
Unused parameter name in POD of ModZebra
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26599: Unused parameter name in POD of ModZebra
Bug-26599-Unused-parameter-name-in-POD-of-ModZebra.patch (text/plain), 821 bytes, created by
Marcel de Rooy
on 2020-10-02 06:22:33 UTC
(
hide
)
Description:
Bug 26599: Unused parameter name in POD of ModZebra
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-10-02 06:22:33 UTC
Size:
821 bytes
patch
obsolete
>From 29b0178c6c7a1e4ffeec3d5839ad7a1496969f7b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 2 Oct 2020 06:20:38 +0000 >Subject: [PATCH] Bug 26599: Unused parameter name in POD of ModZebra >Content-Type: text/plain; charset=utf-8 > >This patch removes the $record reference in POD. >Nothing else ;) > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Biblio.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index 260535ea7c..6b7e78e05b 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -2489,7 +2489,7 @@ sub CountItemsIssued { > > =head2 ModZebra > >- ModZebra( $record_number, $op, $server, $record ); >+ ModZebra( $record_number, $op, $server ); > > $record_number is the authid or biblionumber we want to index > >-- >2.11.0
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 26599
: 111056