From: Anthony Talarico Date: Thu, 31 Mar 2016 15:35:39 +0000 (-0400) Subject: fixing syntax error X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=16ae7e36864af1ab3e537ef0f34e47406da94294;p=prog%2FPelstonFlightData.git fixing syntax error --- diff --git a/glmfds.php b/glmfds.php index 86b9025..1edef3e 100644 --- a/glmfds.php +++ b/glmfds.php @@ -2,7 +2,7 @@ ob_start(); require_once( 'xml_functions.php' ); -nclude( 'functions.inc' ); +require_once( 'functions.inc' ); $data = ob_get_clean(); ob_end_clean();