mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -94,7 +94,7 @@ class phpbb3_import extends base_import_class
|
||||
|
||||
if($this->ourDB->gen("SELECT * FROM `{$this->DBPrefix}attachments`"))
|
||||
{
|
||||
while($row = $this->ourDB->fetch(MYSQL_ASSOC))
|
||||
while($row = $this->ourDB->fetch())
|
||||
{
|
||||
$id = $row['post_msg_id'];
|
||||
$key = $row['physical_filename'];
|
||||
|
Reference in New Issue
Block a user