removing errenous lines of code according to error logs
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:27:53 +0000 (10:27 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:27:53 +0000 (10:27 -0400)
glmfds.php

index 9a4c532..8d50772 100644 (file)
@@ -221,12 +221,12 @@ if( ($handle = fopen( '/tmp/nwa_feed', 'a')) )
     }  
 */
          
-if( trim($XMLData) != '' )
-        get_nwa_data( $XMLData );
-  else
-        echo "No data received.<p>";
-
-echo '</body></html>';
+//if( trim($XMLData) != '' )
+//        get_nwa_data( $XMLData );
+//  else
+//        echo "No data received.<p>";
+//
+//echo '</body></html>';
     
 }