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:
b3c33d3
)
fixing syntax error
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Mar 2016 15:35:39 +0000
(11:35 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 Mar 2016 15:35:39 +0000
(11:35 -0400)
glmfds.php
patch
|
blob
|
history
diff --git
a/glmfds.php
b/glmfds.php
index
86b9025
..
1edef3e
100644
(file)
--- a/
glmfds.php
+++ b/
glmfds.php
@@
-2,7
+2,7
@@
ob_start();
require_once( 'xml_functions.php' );
-
nclud
e( 'functions.inc' );
+
require_onc
e( 'functions.inc' );
$data = ob_get_clean();
ob_end_clean();