From 84e69ddc885fb66db59829f0d10354a731aa7eea Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 Mar 2016 10:26:06 -0400 Subject: [PATCH] tailing error log to fix issues, removing postgres functions --- glmfds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1