---
 admin/marctagstructure.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/marctagstructure.pl b/admin/marctagstructure.pl
index 92e0d99..d7c2fe0 100755
--- a/admin/marctagstructure.pl
+++ b/admin/marctagstructure.pl
@@ -44,7 +44,7 @@ my $pagesize = 20;
 
 my $script_name = "/cgi-bin/koha/admin/marctagstructure.pl";
 
-my $dbh = C4::Context->dbh;
+our $dbh = C4::Context->dbh;
 
 # open template
 my ($template, $loggedinuser, $cookie)
-- 
1.7.2.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to