From: Udo Spallek Date: Sat, 25 Mar 2006 18:40:23 +0000 (+0000) Subject: Fixed bug. (from r1005) X-Git-Tag: release-2.4.0^2~295 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/a5f55e6fe23ee776e90567d3e5ee6cdf116c3f9c?ds=inline Fixed bug. (from r1005) --- diff --git a/SL/GL.pm b/SL/GL.pm index 0165e916c..b3b0e0580 100644 --- a/SL/GL.pm +++ b/SL/GL.pm @@ -538,7 +538,7 @@ sub all_transactions { if ($form->{accno}) { $query = - qq|SELECT c.description FROM chart c WHERE c.accno = '$form->{accno} + qq|SELECT c.description FROM chart c WHERE c.accno = '$form->{accno}'|; $sth = $dbh->prepare($query); $sth->execute || $form->dberror($query);