From 3959a80a368670b19e6af714da3c8a2a9009e2a8 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 24 Sep 2012 22:48:30 +0200 Subject: [PATCH] Bug 8379 don't close dbh don't close the DBH handler, because under plack this cause a lot of problem and in CGI mode, closing the dbh handler is useless --- admin/marc_subfields_structure.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/marc_subfields_structure.pl b/admin/marc_subfields_structure.pl index 365a861..615fbcf 100755 --- a/admin/marc_subfields_structure.pl +++ b/admin/marc_subfields_structure.pl @@ -46,7 +46,6 @@ sub string_search { $u++; } $sth->finish; - $dbh->disconnect; return ( $cnt, \@results ); } -- 1.7.9.5