Merge pull request #442 from cbattarel/develop
fix wrong last update in cleansep function
This commit is contained in:
commit
88785a8fef
@ -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