X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/499cfd4fdcd636140c27ad28397ca4da8baed0ed..8e3d1ea0b699d760e4939e5f2c00a654e29a04c7:/lxo-import/addressB.php diff --git a/lxo-import/addressB.php b/lxo-import/addressB.php index 5fec8b1a6..05ced5e85 100755 --- a/lxo-import/addressB.php +++ b/lxo-import/addressB.php @@ -132,9 +132,12 @@ 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); - } /*else if ($in_fld[$i]=="matchcode") { + SUCHE IN ' ' nach dem Vorkommen von '' mit der BOOLEAN-Interpretation von $data + demnach gibt es immer eine leere Zeichenkette zurück. + }*/ /*else if ($in_fld[$i]=="matchcode") { $matchcode=$data; $i++; continue;