Click Here to View This Page on Production Frontend
Click Here to Export Node Content
Click Here to View Printer-Friendly Version (Raw Backend)
Note: front-end display has links to styled print versions.
Content Node ID: 394399
As part of AIN Publication’s annual survey of users of business aviation, we asked qualified subscribers of Aviation International News, our monthly print publication, to identify "specific individuals for going above and beyond when it comes to product/customer support" of aircraft, engines and avionics, and to explain why they deserve special recognition.
The respondents to the 2018 AIN Product Support Survey named nearly 150 deserving individuals, too many for us to include in the August issue of Aviation International News. So we have included all of them here. You’ll find them listed by company.
To all of you who earned this special recognition from your customers, all of us at AIN Publications offers our heartiest of congratulations! Thank you for going "Above and Beyond" to help keep business aviation flying.
db_set_active('prod_support');
$q = "SELECT DISTINCT mfr_name AS oem_name FROM above_beyond_2018 ORDER BY 1;";
$oems = db_query($q); $k = 'active';
foreach($oems as $oem){ ??>
$r = "SELECT DISTINCT location FROM above_beyond_2018 WHERE mfr_name = '" . addslashes($oem-?>oem_name) . "' ORDER BY 1;";
$locs = db_query($r);
foreach($locs as $loc){ ?>
location; ?>
$s = "SELECT DISTINCT name FROM above_beyond_2018
WHERE mfr_name = '" . addslashes($oem-?>oem_name) . "' AND location = '" . addslashes($loc->location) . "'
ORDER BY 1;";
$names = db_query($s);
foreach($names as $name){ ?>
name; ?>
name) . "' AND mfr_name = '" . addslashes($oem->oem_name) . "' AND location = '" . addslashes($loc->location) . "';";
$comments = db_query($t);
foreach($comments as $comment){
if(!empty($comment->comment)) { ?>
“comment; ?>”
} // end comments foreach
} // end name foreach
} // end loc foreach ??>
db_set_active(); // back to drupal
??>