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:
@@ -702,7 +702,7 @@ class e107forum
|
||||
{
|
||||
$ret = array();
|
||||
|
||||
while($row = $sql->fetch(MYSQL_ASSOC))
|
||||
while($row = $sql->fetch())
|
||||
{
|
||||
$ret[] = $row['track_thread'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user