From: Anthony Talarico Date: Thu, 31 Mar 2016 14:26:06 +0000 (-0400) Subject: tailing error log to fix issues, removing postgres functions X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=84e69ddc885fb66db59829f0d10354a731aa7eea;p=prog%2FPelstonFlightData.git tailing error log to fix issues, removing postgres functions --- diff --git a/glmfds.php b/glmfds.php index e669fcc..9a4c532 100644 --- a/glmfds.php +++ b/glmfds.php @@ -37,7 +37,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