Changed the default CSV column separator from a comma to a semi-colon

This commit is contained in:
lorilee
2010-07-08 13:41:15 -07:00
parent a62cc4d464
commit edc8846de8

View File

@@ -1305,7 +1305,7 @@ $cfg['Export']['csv_null'] = 'NULL';
* *
* @global string $cfg['Export']['csv_separator'] * @global string $cfg['Export']['csv_separator']
*/ */
$cfg['Export']['csv_separator'] = ';'; $cfg['Export']['csv_separator'] = ',';
/** /**
* *