X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=admin%2Fmatching-rules.pl;h=b1670260a63a9c1be7944912022e4d5e728782a0;hb=1b08f100baa19f62ae379d6e920f48d3cfe41ff5;hp=e99289994c6b6fd799ce48b1b1848bf458cabadf;hpb=aef1dd15fbe37a8a9c30ba4b38f7ecd6c1fea54d;p=koha_fer diff --git a/admin/matching-rules.pl b/admin/matching-rules.pl index e99289994c..b1670260a6 100755 --- a/admin/matching-rules.pl +++ b/admin/matching-rules.pl @@ -30,7 +30,7 @@ use C4::Matcher; my $script_name = "/cgi-bin/koha/admin/matching-rules.pl"; -my $input = new CGI; +our $input = new CGI; my $op = $input->param('op') || '';