attempting to output xml feed error message
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:40:34 +0000 (10:40 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:40:34 +0000 (10:40 -0400)
glmfds.php

index d2a72bd..42a8223 100644 (file)
@@ -221,11 +221,11 @@ if( ($handle = fopen( '/tmp/nwa_feed', 'a')) )
     }  
 */
          
-//if( trim($XMLData) != '' )
-//        get_nwa_data( $XMLData );
-//  else
-//        echo "No data received.<p>";
-//
+if( trim($XMLData) != '' )
+        get_nwa_data( $XMLData );
+  else
+        echo "No data received.<p>";
+
 
     
 }