removed blank entries
This commit is contained in:
@@ -77,9 +77,6 @@ array_unshift($rows, [
|
||||
'extension' => '*271',
|
||||
]);
|
||||
|
||||
$blank = ['name' => ' ', 'extension' => ' '];
|
||||
array_splice($rows, 1, 0, array_fill(0, 5, $blank));
|
||||
|
||||
$xmlString = file_get_contents($out_file);
|
||||
if ($xmlString === false) {
|
||||
throw new RuntimeException("Unable to read file: {$out_file}");
|
||||
|
||||
Reference in New Issue
Block a user