From bdc416d1a7ffd0d322420cbf9a3da3638ee4f547 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 30 May 2007 11:01:52 +0000 Subject: [PATCH] =?utf8?q?Aus=20Debuggr=C3=BCnden=20war=20$dbh->commit()?= =?utf8?q?=20auskommentiert,=20sodass=20=C3=84nderungen=20bei=20den=20Mahn?= =?utf8?q?ungen=20nicht=20dauerhaft=20waren.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DN.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/DN.pm b/SL/DN.pm index aa8c97c28..65fab85e6 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -337,7 +337,7 @@ sub save_dunning { $self->send_email($myconfig, $form, $dunning_id, $dbh); } -# $dbh->commit(); + $dbh->commit(); $dbh->disconnect(); $main::lxdebug->leave_sub(); -- 2.20.1