Revision 2dda5e9d
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
scripts/task_server.pl | ||
---|---|---|
64 | 64 |
|
65 | 65 |
package main; |
66 | 66 |
|
67 |
Form::disconnect_standard_dbh; |
|
68 | 67 |
$::lxdebug = LXDebug->new; |
69 | 68 |
$::locale = Locale->new($::lx_office_conf{system}->{language}); |
70 | 69 |
$::form = Form->new; |
... | ... | |
107 | 106 |
} |
108 | 107 |
|
109 | 108 |
sub clean_before_sleeping { |
110 |
Form::disconnect_standard_dbh; |
|
111 | 109 |
SL::DBConnect::Cache->disconnect_all_and_clear; |
112 | 110 |
SL::DB->db_cache->clear; |
113 | 111 |
|
Auch abrufbar als: Unified diff
task_server: single-dbh: Form::disconnect entfernt