Merge remote-tracking branch 'kc/new/bug_5995' into kcmaster
[koha.git] / admin / authorised_values.pl
index c26f3a9..d7872d6 100755 (executable)
@@ -27,7 +27,7 @@ use C4::Koha;
 use C4::Output;
 
 
-sub AuthorizedValuesForCategory ($) {
+sub AuthorizedValuesForCategory {
     my ($searchstring) = shift or return;
     my $dbh = C4::Context->dbh;
     $searchstring=~ s/\'/\\\'/g;