From c70d4e9de3c03cf470735b651f0b1e6b209b9299 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 Mar 2016 11:01:26 -0400 Subject: [PATCH] testing wpdb insert function --- glmfds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) { -- 2.17.1