Merge branch 'QA_3_3'
This commit is contained in:
@@ -75,10 +75,10 @@ function PMA_exportHeader() {
|
|||||||
// as tested on Windows with Excel 2002 and Excel 2007
|
// as tested on Windows with Excel 2002 and Excel 2007
|
||||||
$csv_separator = ';';
|
$csv_separator = ';';
|
||||||
break;
|
break;
|
||||||
case 'max_excel2003':
|
case 'mac_excel2003':
|
||||||
$csv_separator = ';';
|
$csv_separator = ';';
|
||||||
break;
|
break;
|
||||||
case 'max_excel2008':
|
case 'mac_excel2008':
|
||||||
$csv_separator = ',';
|
$csv_separator = ',';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user