projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c32dd2
)
Sowohl Standard-DB-Handle als auch Auth-DB-Handle am Ende des Requests schließen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 25 Feb 2011 14:56:31 +0000
(15:56 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 25 Feb 2011 14:56:31 +0000
(15:56 +0100)
SL/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Dispatcher.pm
b/SL/Dispatcher.pm
index
26312f6
..
406510e
100644
(file)
--- a/
SL/Dispatcher.pm
+++ b/
SL/Dispatcher.pm
@@
-232,7
+232,8
@@
sub handle_request {
$::locale = undef;
$::form = undef;
$::myconfig = ();
- Form::disconnect_standard_dbh unless $self->_interface_is_fcgi;
+ Form::disconnect_standard_dbh;
+ $::auth->dbdisconnect;
$::lxdebug->end_request;
$::lxdebug->leave_sub;