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

(-)a/admin/marctagstructure.pl (-2 / +1 lines)
Lines 44-50 my $pagesize = 20; Link Here
44
44
45
my $script_name = "/cgi-bin/koha/admin/marctagstructure.pl";
45
my $script_name = "/cgi-bin/koha/admin/marctagstructure.pl";
46
46
47
my $dbh = C4::Context->dbh;
47
our $dbh = C4::Context->dbh;
48
48
49
# open template
49
# open template
50
my ($template, $loggedinuser, $cookie)
50
my ($template, $loggedinuser, $cookie)
51
- 

Return to bug 7799