projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d6eef3
)
split durch explode ersetzt, deprecated
author
Holger Lindemann
<hli@lx-system.de>
Thu, 20 May 2010 13:20:19 +0000
(15:20 +0200)
committer
Holger Lindemann
<hli@lx-system.de>
Thu, 20 May 2010 13:20:19 +0000
(15:20 +0200)
lxo-import/addressB.php
patch
|
blob
|
history
diff --git
a/lxo-import/addressB.php
b/lxo-import/addressB.php
index
a365e14
..
bd5317f
100644
(file)
--- a/
lxo-import/addressB.php
+++ b/
lxo-import/addressB.php
@@
-116,7
+116,7
@@
$kunde_fld = array_keys($address);
$f=fopen($dir.$file.".csv","r");
$zeile=fgets($f,1200);
-$infld=
split
($trenner,strtolower($zeile));
+$infld=
explode
($trenner,strtolower($zeile));
$first=true;
$ok=true;
foreach ($infld as $fld) {