moving getxml data function outside of class for testing
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:55:10 +0000 (10:55 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:55:10 +0000 (10:55 -0400)
glmfds.php

index 72f1442..0fddc75 100644 (file)
@@ -219,14 +219,13 @@ if( ($handle = fopen( '/tmp/nwa_feed', 'a')) )
     fclose($handle);
     }  
 */
-         
+
+
+
+}
 if( trim($XMLData) != '' )
         get_nwa_data( $XMLData );
   else
         echo "No data received.<p>";
-
-
-}
-
 echo '</body></html>';
 ?>