diff options
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-x | LedgerSMB/GL.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LedgerSMB/GL.pm b/LedgerSMB/GL.pm index 8d31c453..f9f33493 100755 --- a/LedgerSMB/GL.pm +++ b/LedgerSMB/GL.pm @@ -202,7 +202,6 @@ sub post_transaction { # commit and redirect my $rc = $dbh->commit; - $dbh->disconnect; $rc; } |