forked from qwerty/milfs
enclosure en importador se establece la comilla
This commit is contained in:
parent
ff30e13ea5
commit
ec12802c47
@ -14906,7 +14906,7 @@ if (($handle = fopen($nombre, 'r')) !== FALSE)
|
||||
{
|
||||
$fila= 0;
|
||||
set_time_limit(0);
|
||||
while (($datos = fgetcsv($handle,0,"|")) !== FALSE) {
|
||||
while (($datos = fgetcsv($handle,0,"|",'"')) !== FALSE) {
|
||||
$numero = count($datos);
|
||||
if($fila >=1) {
|
||||
$resultado .= "<tr>";
|
||||
|
Loading…
Reference in New Issue
Block a user