projects
/
WP-Themes
/
pellstonairport.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07fb42d
)
fixing syntax error
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 13 Apr 2016 16:04:49 +0000
(12:04 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 13 Apr 2016 16:04:49 +0000
(12:04 -0400)
class_flight.php
patch
|
blob
|
history
diff --git
a/class_flight.php
b/class_flight.php
index
1807065
..
7d7bd94
100644
(file)
--- 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();