From b6b29bdfc8bb020c3e8228792b8390939934e5a1 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 20 May 2009 14:11:13 +0000 Subject: [PATCH] Kosmetik. --- SL/DBUtils.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SL/DBUtils.pm b/SL/DBUtils.pm index 36923f46b..1e87e3d0c 100644 --- 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); -- 2.20.1