mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -237,7 +237,7 @@ class core_mailout
|
||||
{
|
||||
$sql = e107::getDb();
|
||||
|
||||
if (!($row = $sql->db_Fetch(MYSQL_ASSOC))) return FALSE;
|
||||
if (!($row = $sql->db_Fetch())) return FALSE;
|
||||
$ret = array('mail_recipient_id' => $row['user_id'],
|
||||
'mail_recipient_name' => $row['user_name'], // Should this use realname?
|
||||
'mail_recipient_email' => $row['user_email'],
|
||||
|
Reference in New Issue
Block a user