From: ivan Date: Mon, 20 Nov 2006 03:05:52 +0000 (+0000) Subject: bug fix for open transactions X-Git-Tag: TRIXBOX_2_6~857 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9b55529944da1d3b8dd09d7148d888493960a5ea bug fix for open transactions --- 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(); +