From 0113df1a7a9495423533b3fe75b8a90c04d056be 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 This patch removes the $record reference in POD. Nothing else ;) Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- 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.39.5