Autofix small errors
This commit is contained in:
@@ -282,7 +282,7 @@ TASK;
|
||||
}
|
||||
|
||||
$bot2 = mysql_fetch_array(mysql_query('SELECT * FROM `users` WHERE `id` = "' . $ex2[0] . '" LIMIT 1'));
|
||||
$bot2['id'] = $bot2['id'];
|
||||
//$bot2['id'] = $bot2['id']; ?!?!?!?!?!?!?!
|
||||
if (isset($bot2['id'])) {
|
||||
$x .= ' • <b>' . $bot2['login'] . '</b> [' . $x2 . '/' . $d['all_kill'] . ']<br />';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user