From b0fb67c50214b3bea5bbdddc2976c0d9dbdeb4e6 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 16 Mar 2007 13:55:40 +0000 Subject: [PATCH] Debugcode... --- SL/IS.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/SL/IS.pm b/SL/IS.pm index dd3eaf428..4a151d8f2 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1687,9 +1687,6 @@ sub get_customer { LEFT JOIN business b ON (b.id = c.business_id) LEFT JOIN payment_terms pt ON c.payment_id = pt.id WHERE c.id = $form->{customer_id}|; - $query =~ s/[\n\t]/ /g; - $query =~ s/ +/ /g; - $main::lxdebug->message(1, "qq $query"); my $sth = $dbh->prepare($query); $sth->execute || $form->dberror($query); -- 2.39.5