mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -138,7 +138,7 @@ if (isset($_POST['GetOnWithIt']))
|
||||
}
|
||||
if (!$error && $pc_db->db_Select('user_backup','*'))
|
||||
{
|
||||
while ($row = $pc_db->db_Fetch(MYSQL_ASSOC))
|
||||
while ($row = $pc_db->db_Fetch())
|
||||
{
|
||||
$uid = $row['user_id'];
|
||||
unset($row['user_id']);
|
||||
|
Reference in New Issue
Block a user