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:
e851ae0
)
Kosmetik.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 20 May 2009 14:11:13 +0000
(14:11 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 20 May 2009 14:11:13 +0000
(14:11 +0000)
SL/DBUtils.pm
patch
|
blob
|
history
diff --git
a/SL/DBUtils.pm
b/SL/DBUtils.pm
index
36923f4
..
1e87e3d
100644
(file)
--- a/
SL/DBUtils.pm
+++ b/
SL/DBUtils.pm
@@
-57,10
+57,9
@@
sub do_statement {
dump_query(LXDebug::QUERY, '', $query, @_);
if (0 == scalar(@_)) {
- $sth->execute() || $form->dberror($query);
+ $sth->execute()
|| $form->dberror($query);
} else {
- $sth->execute(@_) ||
- $form->dberror($query . " (" . join(", ", @_) . ")");
+ $sth->execute(@_) || $form->dberror($query . " (" . join(", ", @_) . ")");
}
$main::lxdebug->leave_sub(2);