From c337f074d5b47169e4db5aade39b0df1e18aaba2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 Mar 2016 11:54:40 -0400 Subject: [PATCH] adding php tag declaration instead of output buffer to suppress incude files output --- functions.php | 2 +- glmfds.php | 7 +++---- siteinfo.php | 2 +- xml_functions.php | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/functions.php b/functions.php index ae70eea..4c93ad2 100755 --- a/functions.php +++ b/functions.php @@ -1,4 +1,4 @@ -Gaslight Media - Northwest Airlines Flight Data Capture

'; @@ -40,7 +39,7 @@ class FlightData{ // Delete flight data older than yesterday -// db_auto_exec( "DELETE FROM flight WHERE msg_dtm < 'yesterday';", SI_CONN_STR, FALSE ); + db_auto_exec( "DELETE FROM flight WHERE msg_dtm < 'yesterday';", SI_CONN_STR, FALSE ); // Get item data diff --git a/siteinfo.php b/siteinfo.php index 328a9f6..3565ed7 100644 --- a/siteinfo.php +++ b/siteinfo.php @@ -1,4 +1,4 @@ -