From 07a55421e26ea4b0d2084868c2c50f3a109a961c 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 Signed-off-by: Dobrica Pavlinusic --- 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 365a8613bb..615fbcfc70 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 ); } -- 2.39.5