projects
/
prog
/
PelstonFlightData.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e69dd
)
removing errenous lines of code according to error logs
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:27:53 +0000
(10:27 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:27:53 +0000
(10:27 -0400)
glmfds.php
patch
|
blob
|
history
diff --git
a/glmfds.php
b/glmfds.php
index
9a4c532
..
8d50772
100644
(file)
--- 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.<p>";
-
-echo '</body></html>';
+
//
if( trim($XMLData) != '' )
+
//
get_nwa_data( $XMLData );
+
//
else
+
//
echo "No data received.<p>";
+//
+
//
echo '</body></html>';
}