blank name and extension whitespace instead of nul
This commit is contained in:
@@ -77,7 +77,7 @@ array_unshift($rows, [
|
||||
'extension' => '*271',
|
||||
]);
|
||||
|
||||
$blank = ['name' => '', 'extension' => ''];
|
||||
$blank = ['name' => ' ', 'extension' => ' '];
|
||||
array_splice($rows, 1, 0, array_fill(0, 5, $blank));
|
||||
|
||||
$xmlString = file_get_contents($out_file);
|
||||
|
||||
Reference in New Issue
Block a user