fix wrong last update in cleansep function
This commit is contained in:
parent
68ecc5eb89
commit
04be578863
@ -634,7 +634,7 @@ class ImportCsv extends ModeleImports
|
|||||||
*/
|
*/
|
||||||
function cleansep($value)
|
function cleansep($value)
|
||||||
{
|
{
|
||||||
return str_replace($this->separator,'/',$value);
|
return str_replace(',','/',$value);
|
||||||
};
|
};
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user