mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 23:37:51 +01:00
Fix per esportazione anagrafiche selezionate da bulk
This commit is contained in:
parent
1c2fb80368
commit
2d8f8d391f
@ -34,8 +34,8 @@ abstract class CSVExporter implements ExporterInterface
|
||||
public function __construct($file)
|
||||
{
|
||||
// Impostazione automatica per i caratteri di fine riga
|
||||
if (!ini_get('auto_detect_line_endings')) {
|
||||
ini_set('auto_detect_line_endings', '1');
|
||||
if (!ini_get('default_php_streams.auto_detect_line_endings')) {
|
||||
ini_set('default_php_streams.auto_detect_line_endings', '1');
|
||||
}
|
||||
|
||||
// Gestione del file CSV
|
||||
|
Loading…
x
Reference in New Issue
Block a user