summaryrefslogtreecommitdiff
path: root/httemplate/autohandler
diff options
context:
space:
mode:
authorivan <ivan>2006-11-20 03:05:52 +0000
committerivan <ivan>2006-11-20 03:05:52 +0000
commit9b55529944da1d3b8dd09d7148d888493960a5ea (patch)
treecc8b5bf77299f6e1bf98a6896b05f78bdb7db00f /httemplate/autohandler
parent84be0e2f6d90e79024acc624aa00a75363a18245 (diff)
bug fix for open transactions
Diffstat (limited to 'httemplate/autohandler')
-rw-r--r--httemplate/autohandler3
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>