From 9b55529944da1d3b8dd09d7148d888493960a5ea Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 20 Nov 2006 03:05:52 +0000 Subject: [PATCH] bug fix for open transactions --- httemplate/autohandler | 3 +++ 1 file changed, 3 insertions(+) diff --git a/httemplate/autohandler b/httemplate/autohandler index a017eccb7..bdea50534 100644 --- a/httemplate/autohandler +++ b/httemplate/autohandler @@ -30,3 +30,6 @@ if ( UNIVERSAL::can(dbh, 'sprintProfile') ) { s/(<\/BODY>[\s\n]*<\/HTML>[\s\n]*)$/$profile$1/i; +<%cleanup> + dbh->commit(); + -- 2.11.0