projects
/
prog
/
PelstonFlightData.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61cbf43
)
testing wpdb insert function
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Mar 2016 15:01:26 +0000
(11:01 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Mar 2016 15:01:26 +0000
(11:01 -0400)
glmfds.php
patch
|
blob
|
history
diff --git
a/glmfds.php
b/glmfds.php
index
9602ff9
..
6e84c3c
100644
(file)
--- 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' )
{