Jacek Kowalski
2019-06-21 9739360fc19c793b5b64c5651ea58e55b9474d4b
Make numToType return values for unknown vehicles
1 files modified
6 ■■■■ changed files
lib/vehicle_types.php 6 ●●●● patch | view | raw | blame | history
lib/vehicle_types.php
@@ -11,7 +11,11 @@
            ];
        }
    }
    return [];
    return [
        'num' => '??'.$id,
        'type' => '?',
        'low' => NULL,
    ];
}
function numToTypeT($id) {
$data = <<<'END'