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:
2dda5e9
)
User: single-dbh: vor upgrade nicht mehr disconnecten
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 18 Aug 2016 14:28:55 +0000
(16:28 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 2 Sep 2016 12:21:31 +0000
(14:21 +0200)
SL/User.pm
patch
|
blob
|
history
diff --git
a/SL/User.pm
b/SL/User.pm
index
6d671c4
..
615f670
100644
(file)
--- a/
SL/User.pm
+++ b/
SL/User.pm
@@
-127,7
+127,7
@@
sub login {
my $dbupdater = SL::DBUpgrade2->new(form => $form)->parse_dbupdate_controls;
my @unapplied_scripts = $dbupdater->unapplied_upgrade_scripts($dbh);
- $dbh->disconnect;
+
#
$dbh->disconnect;
if (!@unapplied_scripts) {
SL::DB::Manager::Employee->update_entries_for_authorized_users;