From: Anthony Talarico Date: Fri, 20 Jan 2017 15:37:55 +0000 (-0500) Subject: fixing syntax error in class flight file X-Git-Tag: v1.0.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=162da8f6d85783a51cc6eec233a2f9dc58aa4dac;p=WP-Themes%2Fairciu.git fixing syntax error in class flight file --- diff --git a/class_flight.php b/class_flight.php index 917cfd2..e6243ef 100644 --- a/class_flight.php +++ b/class_flight.php @@ -75,7 +75,7 @@ include_once($_SERVER['DOCUMENT_ROOT'].'/wp-config.php' ); 'city'=>$data[0]['city'], 'state'=>$data[0]['state'], 'name'=>$data[0]['name'] - );o + ); } return( $return ); }