X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=admin%2Fmatching-rules.pl;h=b1670260a63a9c1be7944912022e4d5e728782a0;hb=44cd5e058bca8bc1fc35cf29a04c47e8b84dccec;hp=e99289994c6b6fd799ce48b1b1848bf458cabadf;hpb=c8df6bdcc9fe2523a77c839270b31304d8e13ee5;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') || '';