Skip to content

Commit

Permalink
Updated comment regarding sql statement
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Dec 22, 2016
1 parent 5d5d8fb commit 258326c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public_html/index.php
Expand Up @@ -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}
Expand Down

0 comments on commit 258326c

Please sign in to comment.