From: Anthony Talarico Date: Wed, 13 Apr 2016 16:04:49 +0000 (-0400) Subject: fixing syntax error X-Git-Tag: v1.0.0^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cafd8ca788796dc64c2a378e68a1c4d803a53522;p=WP-Themes%2Fpellstonairport.git fixing syntax error --- diff --git a/class_flight.php b/class_flight.php index 1807065..7d7bd94 100644 --- a/class_flight.php +++ b/class_flight.php @@ -87,6 +87,7 @@ include_once($_SERVER['DOCUMENT_ROOT'].'/wp-config.php' ); */ function get_flight_data() { + global $wpdb; $this->get_arr_flight_data(); $this->get_dep_flight_data();