Bug 6679 :[SIGNED-OFF] Fixing some perlcritic violations in the opac
[koha.git] / opac / opac-tags.pl
index 0953f82..36bc096 100755 (executable)
@@ -52,7 +52,7 @@ my $perBibResults = {};
 # Indexes of @errors that do not apply to a particular biblionumber.
 my @globalErrorIndexes = ();
 
-sub ajax_auth_cgi ($) {     # returns CGI object
+sub ajax_auth_cgi {     # returns CGI object
        my $needed_flags = shift;
        my %cookies = fetch CGI::Cookie;
        my $input = CGI->new;