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

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

Return to bug 16987