From: Anthony Talarico Date: Thu, 31 Mar 2016 15:01:26 +0000 (-0400) Subject: testing wpdb insert function X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c70d4e9de3c03cf470735b651f0b1e6b209b9299;p=prog%2FPelstonFlightData.git testing wpdb insert function --- diff --git a/glmfds.php b/glmfds.php index 9602ff9..6e84c3c 100644 --- a/glmfds.php +++ b/glmfds.php @@ -164,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; + $this->wpdb->insert(); if( $flight_type != 'Z' ) {