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:
132592c
)
Debugcode entfernt, der versehentlich reingerutscht ist.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 23 Jan 2015 13:37:26 +0000
(14:37 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 23 Jan 2015 13:37:26 +0000
(14:37 +0100)
SL/DBUpgrade2.pm
patch
|
blob
|
history
diff --git
a/SL/DBUpgrade2.pm
b/SL/DBUpgrade2.pm
index
0fd18b5
..
6502583
100644
(file)
--- a/
SL/DBUpgrade2.pm
+++ b/
SL/DBUpgrade2.pm
@@
-185,7
+185,6
@@
sub process_query {
# Query is complete. Send it.
$sth = $dbh->prepare($query);
- $::lxdebug->dump(0, "bb: query: ", $query);
if (!$sth->execute()) {
my $errstr = $dbh->errstr;
return $errstr // '<unknown database error>' if $self->{return_on_error};