mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -179,7 +179,7 @@ class notify
|
||||
if (false !== ($count = $sql->gen($qry)))
|
||||
{
|
||||
// Now add email addresses to the list
|
||||
while ($row = $sql->fetch(MYSQL_ASSOC))
|
||||
while ($row = $sql->fetch())
|
||||
{
|
||||
if ($row['user_email'] != $emailFilter)
|
||||
{
|
||||
|
Reference in New Issue
Block a user