Убраны mysql_query.
This commit is contained in:
@@ -8,7 +8,7 @@ if ($p['deletInfo'] != 1) {
|
||||
return;
|
||||
}
|
||||
|
||||
$uu = \Core\Db::getRow('select * from users where login = ? order by id limit 1', [$_POST['logingo']]);
|
||||
$uu = \Core\Db::getRow('select id, login, info_delete from users where login = ? order by id limit 1', [$_POST['logingo']]);
|
||||
|
||||
if (!isset($uu['id'])) {
|
||||
$uer = 'Персонаж не найден.';
|
||||
|
||||
Reference in New Issue
Block a user