From: Anthony Talarico Date: Thu, 31 Mar 2016 14:27:53 +0000 (-0400) Subject: removing errenous lines of code according to error logs X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fa757546f61a73f3583ada4701e9133e8a37fbd5;p=prog%2FPelstonFlightData.git removing errenous lines of code according to error logs --- diff --git a/glmfds.php b/glmfds.php index 9a4c532..8d50772 100644 --- a/glmfds.php +++ b/glmfds.php @@ -221,12 +221,12 @@ if( ($handle = fopen( '/tmp/nwa_feed', 'a')) ) } */ -if( trim($XMLData) != '' ) - get_nwa_data( $XMLData ); - else - echo "No data received.

"; - -echo ''; +//if( trim($XMLData) != '' ) +// get_nwa_data( $XMLData ); +// else +// echo "No data received.

"; +// +//echo ''; }