diff --git a/funciones/funciones.php b/funciones/funciones.php index a09a13f..2b5ca8f 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -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 .= "";