airport_id)) { $aircraft->airport_id = strtoupper($aircraft->airport_id); } if (empty($aircraft->hex_code)) { $aircraft->hex_code = ICAO::createHexCode(); } } }