diff options
author | ivan <ivan> | 2006-11-20 03:05:52 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-11-20 03:05:52 +0000 |
commit | 9b55529944da1d3b8dd09d7148d888493960a5ea (patch) | |
tree | cc8b5bf77299f6e1bf98a6896b05f78bdb7db00f /httemplate/autohandler | |
parent | 84be0e2f6d90e79024acc624aa00a75363a18245 (diff) |
bug fix for open transactions
Diffstat (limited to 'httemplate/autohandler')
-rw-r--r-- | httemplate/autohandler | 3 |
1 files changed, 3 insertions, 0 deletions
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; </%filter> +<%cleanup> + dbh->commit(); +</%cleanup> |