|
@@ -93,7 +93,7 @@ |
|
|
block discarded – undo |
|
93
|
93
|
// single quotation marks with the same screening rules as above. |
|
94
|
94
|
// as in the TabSeparated format, and then the resulting string is output in InsertRow in double quotes. |
|
95
|
95
|
$value = array_map( |
|
96
|
|
- function ($v) use ($enclosure_esc, $encode_esc) { |
|
|
96
|
+ function($v) use ($enclosure_esc, $encode_esc) { |
|
97
|
97
|
return is_string($v) ? $this->encodeString($v, $enclosure_esc, $encode_esc) : $v; |
|
98
|
98
|
}, |
|
99
|
99
|
$value |
Please login to merge, or discard this patch.