From cf15e9072a3b09434619b19bec797bdfa0df6c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20B=C3=A9gin?= Date: Fri, 18 Jul 2014 14:13:59 -0400 Subject: [PATCH] Fix the ProhibitedSubroutinePrototypes QA critical error by removing the ($) from the GetMandatoryFieldZ3950 function http://bugs.koha-community.org/show_bug.cgi?id=9961 http://bugs.koha-community.org/show_bug.cgi?id=11961 --- authorities/authorities.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorities/authorities.pl b/authorities/authorities.pl index 100b2bb..25c979a 100755 --- a/authorities/authorities.pl +++ b/authorities/authorities.pl @@ -351,7 +351,7 @@ sub CreateKey { =cut -sub GetMandatoryFieldZ3950($){ +sub GetMandatoryFieldZ3950 { my $authtypecode = shift; #Tags guessed (see GuessAuthTypeCode from AuthoritiesMarc.pm) -- 1.7.9.5