Index: in-commerce/admin_templates/import.tpl =================================================================== --- in-commerce/admin_templates/import.tpl (revision 14656) +++ in-commerce/admin_templates/import.tpl (working copy) @@ -11,6 +11,12 @@ Index: in-commerce/units/orders/orders_config.php =================================================================== --- in-commerce/units/orders/orders_config.php (revision 14656) +++ in-commerce/units/orders/orders_config.php (working copy) @@ -496,7 +496,7 @@ // export related fields: begin '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: in-commerce/units/products/products_config.php =================================================================== --- in-commerce/units/products/products_config.php (revision 14656) +++ in-commerce/units/products/products_config.php (working copy) @@ -574,7 +574,7 @@ 'CategoryId' => 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: in-link/admin_templates/import.tpl =================================================================== --- in-link/admin_templates/import.tpl (revision 14656) +++ in-link/admin_templates/import.tpl (working copy) @@ -11,6 +11,11 @@ Index: in-link/units/links/links_config.php =================================================================== --- in-link/units/links/links_config.php (revision 14656) +++ in-link/units/links/links_config.php (working copy) @@ -515,7 +515,7 @@ 'CategoryId' => 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: in-news/admin_templates/import.tpl =================================================================== --- in-news/admin_templates/import.tpl (revision 14656) +++ in-news/admin_templates/import.tpl (working copy) @@ -11,6 +11,12 @@ Index: in-news/units/articles/articles_config.php =================================================================== --- in-news/units/articles/articles_config.php (revision 14656) +++ in-news/units/articles/articles_config.php (working copy) @@ -473,7 +473,7 @@ 'CategoryId' => Array ('type' => 'int', '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),