removed blank entries

This commit is contained in:
poslop
2025-12-22 12:38:46 -06:00
parent fbd15bc8ed
commit 2fae90e8e7

View File

@@ -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}");