From: Anthony Talarico Date: Thu, 31 Mar 2016 15:54:40 +0000 (-0400) Subject: adding php tag declaration instead of output buffer to suppress incude files output X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c337f074d5b47169e4db5aade39b0df1e18aaba2;p=prog%2FPelstonFlightData.git adding php tag declaration instead of output buffer to suppress incude files output --- 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 @@ -