From 1ee8f1f1c205d2c532ef028cf86a83405ba9e469 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 (cherry picked from commit 0113df1a7a9495423533b3fe75b8a90c04d056be) Signed-off-by: Lucas Gass --- C4/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 5d2e1a2c25..a90a6c0ff7 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