mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -206,7 +206,7 @@ elseif ($action == 'forums')
|
||||
$userposts_forum_table_string = '';
|
||||
while(true)
|
||||
{
|
||||
$row = $sql->db_Fetch(MYSQL_ASSOC);
|
||||
$row = $sql->fetch();
|
||||
if(empty($row)) break;
|
||||
|
||||
$datestamp = $gen->convert_date($row['post_datestamp'], 'short');
|
||||
|
Reference in New Issue
Block a user