From 29b0178c6c7a1e4ffeec3d5839ad7a1496969f7b Mon Sep 17 00:00:00 2001 From: Marcel de Rooy 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 --- 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