mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Code cleanup and optimization
This commit is contained in:
@@ -1057,7 +1057,7 @@ Following fields auto-filled in code as required:
|
||||
}
|
||||
else
|
||||
{
|
||||
$row = $db->db_Fetch();
|
||||
$row = $db->fetch();
|
||||
if ($uid && ($uid != $row['user_id']))
|
||||
{
|
||||
$error = 'UID mismatch: '.$uid.'/'.$row['user_id'];
|
||||
|
Reference in New Issue
Block a user