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:
e902839
)
User: Kommentare entfernt
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 15 Aug 2016 12:00:42 +0000
(14:00 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 2 Sep 2016 12:21:30 +0000
(14:21 +0200)
SL/User.pm
patch
|
blob
|
history
diff --git
a/SL/User.pm
b/SL/User.pm
index
742cb3a
..
2c62855
100644
(file)
--- a/
SL/User.pm
+++ b/
SL/User.pm
@@
-433,9
+433,6
@@
sub dbupdate2 {
&dbconnect_vars($form, $db);
- # Flush potentially held database locks.
-# $form->get_standard_dbh->commit;
-
my $dbh = SL::DBConnect->connect($form->{dbconnect}, $form->{dbuser}, $form->{dbpasswd}, SL::DBConnect->get_options) or $form->dberror;
$dbh->do($form->{dboptions}) if ($form->{dboptions});