From 258326c2ff1f0c8e0aae1977c6651f095e91f94b Mon Sep 17 00:00:00 2001 From: Tom Homer Date: Thu, 22 Dec 2016 07:58:01 -0500 Subject: [PATCH] Updated comment regarding sql statement --- public_html/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public_html/index.php b/public_html/index.php index 4a30c3a5c..d0917d280 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -301,8 +301,7 @@ function fixTopic(&$A, $tid_list) } } -// The incorrect t.topic, t.imageurl will most likely be return ... will fix later in fixtopic function. -// Could not fix in sql since 2 many variables to contend with plus speed of sql statement probably an issue +// The incorrect t.topic, t.imageurl will most likely be return so removed from this statement and added later in fixtopic function. (also because of MySQL 5.7 default install support) $msql = "SELECT s.*, UNIX_TIMESTAMP(s.date) AS unixdate, UNIX_TIMESTAMP(s.expire) as expireunix, {$userfields}