X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FXMLPage.pm;h=561fdc8f608c9535c91219eb13239916ca76ce56;hb=a5ecd18d276ae1a43b92d96e2347a077a1a52427;hp=2a876a4cbff879584af9340606726bedb4e5f183;hpb=f2afeb99392df14a06b6236d843602d62c0261f2;p=ndwebbie.git diff --git a/ND/Web/XMLPage.pm b/ND/Web/XMLPage.pm index 2a876a4..561fdc8 100644 --- a/ND/Web/XMLPage.pm +++ b/ND/Web/XMLPage.pm @@ -125,11 +125,6 @@ sub render : method { my $output = $template->output; print header(-type=> $type, -charset => 'utf-8', -Content_Length => length $output); print $output; - - - $DBH->rollback unless $DBH->{AutoCommit}; - $DBH->disconnect; - }; 1;