diff --git a/libraries/classes/Plugins/Export/ExportCsv.php b/libraries/classes/Plugins/Export/ExportCsv.php index d668621c2a..c3e3f80fcb 100644 --- a/libraries/classes/Plugins/Export/ExportCsv.php +++ b/libraries/classes/Plugins/Export/ExportCsv.php @@ -115,10 +115,7 @@ class ExportCsv extends ExportPlugin if ($GLOBALS['what'] === 'excel') { $GLOBALS['csv_terminated'] = "\015\012"; switch ($GLOBALS['excel_edition']) { - case 'win': - // as tested on Windows with Excel 2002 and Excel 2007 - $GLOBALS['csv_separator'] = ';'; - break; + case 'win': // as tested on Windows with Excel 2002 and Excel 2007 case 'mac_excel2003': $GLOBALS['csv_separator'] = ';'; break;