Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046506
D401.id1069.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jun 28, 7:36 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Sun, Jun 29, 7:36 PM (2 h, 4 m)
Engine
blob
Format
Raw Data
Handle
676149
Attached To
D401: INP-1790 - Remove trailing space from "FieldsSeparatedBy" field of catalog item units
D401.id1069.diff
View Options
Index: branches/5.2.x/units/links/links_config.php
===================================================================
--- branches/5.2.x/units/links/links_config.php
+++ branches/5.2.x/units/links/links_config.php
@@ -522,7 +522,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),
Event Timeline
Log In to Comment