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:
bcf2fd0
)
attempting to output xml feed error message
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:40:34 +0000
(10:40 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Mar 2016 14:40:34 +0000
(10:40 -0400)
glmfds.php
patch
|
blob
|
history
diff --git
a/glmfds.php
b/glmfds.php
index
d2a72bd
..
42a8223
100644
(file)
--- 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.<p>";
-//
+if( trim($XMLData) != '' )
+ get_nwa_data( $XMLData );
+ else
+ echo "No data received.<p>";
+
}