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

(-)a/admin/matching-rules.pl (-2 / +3 lines)
Lines 19-24 Link Here
19
#
19
#
20
20
21
use strict;
21
use strict;
22
use warnings;
23
22
use CGI;
24
use CGI;
23
use C4::Auth;
25
use C4::Auth;
24
use C4::Context;
26
use C4::Context;
Lines 29-35 use C4::Matcher; Link Here
29
my $script_name = "/cgi-bin/koha/admin/matching-rules.pl";
31
my $script_name = "/cgi-bin/koha/admin/matching-rules.pl";
30
32
31
my $input = new CGI;
33
my $input = new CGI;
32
my $op = $input->param('op');
34
my $op = $input->param('op') || '';
33
35
34
36
35
my ($template, $loggedinuser, $cookie)
37
my ($template, $loggedinuser, $cookie)
36
- 

Return to bug 2505