mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
CRLF changed to LF database
This commit is contained in:
parent
239b103ba0
commit
c89e288e11
@ -153,7 +153,7 @@
|
||||
}
|
||||
|
||||
|
||||
$import = explode (";\r\n", $import);
|
||||
$import = explode (";\n", $import);
|
||||
|
||||
foreach ($import as $imp){
|
||||
if ($imp != '' && $imp != ' ' && trim($imp) != ''){
|
||||
|
Loading…
Reference in New Issue
Block a user