mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -693,7 +693,7 @@ function forum_track()
|
||||
$data = array();
|
||||
if($sql->gen($qry))
|
||||
{
|
||||
while($row = $sql->fetch(MYSQL_ASSOC))
|
||||
while($row = $sql->fetch())
|
||||
{
|
||||
$row['thread_sef'] = eHelper::title2sef($row['thread_name'],'dashl');
|
||||
|
||||
|
Reference in New Issue
Block a user