From: Anthony Talarico Date: Thu, 31 Mar 2016 14:59:41 +0000 (-0400) Subject: testing ouput of nwa method return data X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=61cbf4383e963a604367ebc8319a1bf66fd4f7ad;p=prog%2FPelstonFlightData.git testing ouput of nwa method return data --- diff --git a/glmfds.php b/glmfds.php index 0fddc75..9602ff9 100644 --- a/glmfds.php +++ b/glmfds.php @@ -5,6 +5,7 @@ include( 'xml_functions.inc' ); define( 'EXPECTED_NWS_MSG_MAJ_VERSION', '1' ); // Expected message XML message version from NWA echo 'Gaslight Media - Northwest Airlines Flight Data Capture

'; + class FlightData{ /** @@ -163,7 +164,7 @@ class FlightData{ $arriv_ontime = get_nwa_item_bool( $d, '/fds_fidspln/flt_data/sked_arvl_ind' ); // Arrive on schedule? // Don't show flight type 'Z' - these are training data or other unwanted stuff - + echo $downline_leg; if( $flight_type != 'Z' ) {