View | Details | Raw Unified | Return to bug 7800
Collapse All | Expand All

(-)a/admin/matching-rules.pl (-2 / +1 lines)
Lines 30-36 use C4::Matcher; Link Here
30
30
31
my $script_name = "/cgi-bin/koha/admin/matching-rules.pl";
31
my $script_name = "/cgi-bin/koha/admin/matching-rules.pl";
32
32
33
my $input = new CGI;
33
our $input = new CGI;
34
my $op = $input->param('op') || '';
34
my $op = $input->param('op') || '';
35
35
36
36
37
- 

Return to bug 7800