From edd599ee7037c837f30d6abd64e4d92034eb29d8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 Mar 2016 10:40:34 -0400 Subject: [PATCH] attempting to output xml feed error message --- glmfds.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glmfds.php b/glmfds.php index d2a72bd..42a8223 100644 --- a/glmfds.php +++ b/glmfds.php @@ -221,11 +221,11 @@ if( ($handle = fopen( '/tmp/nwa_feed', 'a')) ) } */ -//if( trim($XMLData) != '' ) -// get_nwa_data( $XMLData ); -// else -// echo "No data received.

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

"; + } -- 2.17.1