Index: branches/5.2.x/units/products/products_config.php =================================================================== diff -u -N -r14655 -r14682 --- branches/5.2.x/units/products/products_config.php (.../products_config.php) (revision 14655) +++ branches/5.2.x/units/products/products_config.php (.../products_config.php) (revision 14682) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (), 'default' => 0), 'ExportFormat' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'CSV', /*2 => 'XML'*/), 'default' => 1), 'ExportFilename' => Array ('type' => 'string', 'default' => ''), - 'FieldsSeparatedBy' => Array ('type' => 'string', 'default' => ', '), + 'FieldsSeparatedBy' => Array ('type' => 'string', 'default' => ','), 'FieldsEnclosedBy' => Array ('type' => 'string', 'default' => '"'), 'LineEndings' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'Windows', 2 => 'UNIX'), 'default' => 1), 'LineEndingsInside' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'CRLF', 2 => 'LF'), 'default' => 2), Index: branches/5.2.x/units/orders/orders_config.php =================================================================== diff -u -N -r14641 -r14682 --- branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 14641) +++ branches/5.2.x/units/orders/orders_config.php (.../orders_config.php) (revision 14682) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'CSV', /*2 => 'XML'*/), 'default' => 1), 'ExportFilename' => Array ('type' => 'string', 'default' => ''), - 'FieldsSeparatedBy' => Array ('type' => 'string', 'default' => ', '), + 'FieldsSeparatedBy' => Array ('type' => 'string', 'default' => ','), 'FieldsEnclosedBy' => Array ('type' => 'string', 'default' => '"'), 'LineEndings' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'Windows', 2 => 'UNIX'), 'default' => 1), 'LineEndingsInside' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'CRLF', 2 => 'LF'), 'default' => 2), Index: branches/5.2.x/admin_templates/import.tpl =================================================================== diff -u -N -r14258 -r14682 --- branches/5.2.x/admin_templates/import.tpl (.../import.tpl) (revision 14258) +++ branches/5.2.x/admin_templates/import.tpl (.../import.tpl) (revision 14682) @@ -11,17 +11,19 @@