mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -615,7 +615,7 @@ class forumStats
|
||||
<th style='width:25%; text-align:center' class='forumheader'>".LAN_5."</th>
|
||||
</tr>\n";
|
||||
|
||||
while ($row = $sql->fetch(MYSQL_ASSOC))
|
||||
while ($row = $sql->fetch())
|
||||
{
|
||||
if ($row['user_name'])
|
||||
{
|
||||
|
Reference in New Issue
Block a user