mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 07:06:30 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -1211,7 +1211,7 @@ function update_706_to_800($type='')
|
||||
require_once(e_HANDLER.'mail_manager_class.php');
|
||||
$mailHandler = new e107MailManager;
|
||||
$i = 0;
|
||||
while ($row = $sql->db_Fetch(MYSQL_ASSOC))
|
||||
while ($row = $sql->fetch())
|
||||
{
|
||||
$mailRecord = array(
|
||||
'mail_create_date' => $row['gen_datestamp'],
|
||||
|
Reference in New Issue
Block a user