1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Issue #784 - Track overview page rewrite. Forum template upgrades.

This commit is contained in:
Cameron
2016-01-31 21:44:11 -08:00
parent cad4e9d869
commit ee32537db4
5 changed files with 209 additions and 54 deletions

View File

@@ -702,7 +702,7 @@ class e107forum
{
$ret = array();
while($row = $sql->fetch(MYSQL_ASSOC))
while($row = $sql->fetch())
{
$ret[] = $row['track_thread'];
}