From 19db5b9099df8a70daac82388e45c0aee17c9266 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 5 Mar 2010 10:03:45 +0100 Subject: [PATCH] =?utf8?q?Debug-Code=20und=20Syntaxfehler=20f=C3=BCr=20let?= =?utf8?q?zten=20Commit=20entfernt.=20Test=20f=C3=BCr=20UST-ID=20f=C3=BCr?= =?utf8?q?=20Tabelle=20customer=20war=20i.O.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lxo-import/addressB.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lxo-import/addressB.php b/lxo-import/addressB.php index 1cb067c3e..05ced5e85 100755 --- a/lxo-import/addressB.php +++ b/lxo-import/addressB.php @@ -103,7 +103,6 @@ if ($ok) while (!feof($f)){ $vals=" values ("; $number=false; foreach($zeile as $data) { - print $data . "her" ; if (!in_array(trim($in_fld[$i]),$kunde_fld)) { if ($in_fld[$i]=="anrede") { $anrede=addslashes(trim($data)); } $i++; @@ -133,7 +132,7 @@ if ($ok) while (!feof($f)){ } else if ($in_fld[$i]=="taxincluded"){ $data=strtolower(substr($data,0,1)); if ($data!="f" && $data!="t") $data="f"; -/* } else if ($in_fld[$i]=="ustid"){ + } /*else if ($in_fld[$i]=="ustid"){ Was passiert hier: $data=strtr(" ","",$data); SUCHE IN ' ' nach dem Vorkommen von '' mit der BOOLEAN-Interpretation von $data -- 2.20.1